#8060CF

Color #8060CF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8060CF

Tints of True V #8060CF

Color information

#8060CF (or 0x8060CF) is unknown color: approx True V. HEX triplet: 80, 60 and CF. RGB value is (128,96,207). Sum of RGB (Red+Green+Blue) = 128+96+207=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #8060CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060CF is #7F9F30. Grayscale: #757575. Windows color (decimal): -8363825 or 13590656. OLE color: 13590656.

HSL color Cylindrical-coordinate representation of color #8060CF: hue angle of 257.3º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8060CF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12896207-
CMYK0.380.5400.19
HSL257.3º53.62%59.41%-
HSV(B)257.3º53.62%81.18%-
XYZ24.3517.4661.12-
YUV118.22178.1134.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=29.70%
G=22.27%
B=48.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128962070.380.5400.19257.353.6259.41
Hex8060CF2636013101363b
Octal20014031746660234016673
Binary10000000110000011001111100110110110010011100000001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8060CF; }

 p { color: rgb(128,96,207); }

 H1.HeaderClassName
 {
   color: #8060CF;
 }
 .AnyTagClassName
 {
   color: #8060CF;
 }
</style>
background-color css

<style>
 a { background-color: #8060CF; }

 a { background-color: rgb(128,96,207); }

 div.DivClassName
 {
   background-color: #8060CF;
 }
 .BgClassName
 {
   background-color: #8060CF;
 }
</style>
border-color css

<style>
 span { border-color: #8060CF; }

 span { border-color: rgb(128,96,207); }

 td.TdClassName
 {
   border-color: #8060CF;
 }
 .TagClassName
 {
   border-color: #8060CF;
 }
</style>