#8064C9

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

Shades of True V #8064C9

Tints of True V #8064C9

Color information

#8064C9 (or 0x8064C9) is unknown color: approx True V. HEX triplet: 80, 64 and C9. RGB value is (128,100,201). Sum of RGB (Red+Green+Blue) = 128+100+201=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #8064C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064C9 is #7F9B36. Grayscale: #777777. Windows color (decimal): -8362807 or 13198464. OLE color: 13198464.

HSL color Cylindrical-coordinate representation of color #8064C9: hue angle of 256.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8064C9 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128100201-
CMYK0.360.5000.21
HSL256.63º48.33%59.02%-
HSV(B)256.63º50.25%78.82%-
XYZ2417.9257.45-
YUV119.89173.78133.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=29.84%
G=23.31%
B=46.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281002010.360.5000.21256.6348.3359.02
Hex8064C92432015101303b
Octal20014431144620254016073
Binary10000000110010011001001100100110010010101100000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8064C9; }

 p { color: rgb(128,100,201); }

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

<style>
 a { background-color: #8064C9; }

 a { background-color: rgb(128,100,201); }

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

<style>
 span { border-color: #8064C9; }

 span { border-color: rgb(128,100,201); }

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