#8064CA

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

Shades of True V #8064CA

Tints of True V #8064CA

Color information

#8064CA (or 0x8064CA) is unknown color: approx True V. HEX triplet: 80, 64 and CA. RGB value is (128,100,202). Sum of RGB (Red+Green+Blue) = 128+100+202=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #8064CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064CA is #7F9B35. Grayscale: #777777. Windows color (decimal): -8362806 or 13264000. OLE color: 13264000.

HSL color Cylindrical-coordinate representation of color #8064CA: hue angle of 256.47º degrees, saturation: 0.49, 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 #8064CA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128100202-
CMYK0.370.5000.21
HSL256.47º49.04%59.22%-
HSV(B)256.47º50.5%79.22%-
XYZ24.1217.9758.07-
YUV120174.28133.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=29.77%
G=23.26%
B=46.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281002020.370.5000.21256.4749.0459.22
Hex8064CA2532015100313b
Octal20014431245620254006173
Binary10000000110010011001010100101110010010101100000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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