#8066CB

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

Shades of True V #8066CB

Tints of True V #8066CB

Color information

#8066CB (or 0x8066CB) is unknown color: approx True V. HEX triplet: 80, 66 and CB. RGB value is (128,102,203). Sum of RGB (Red+Green+Blue) = 128+102+203=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #8066CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066CB is #7F9934. Grayscale: #787878. Windows color (decimal): -8362293 or 13330048. OLE color: 13330048.

HSL color Cylindrical-coordinate representation of color #8066CB: hue angle of 255.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8066CB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128102203-
CMYK0.370.5000.20
HSL255.45º49.27%59.8%-
HSV(B)255.45º49.75%79.61%-
XYZ24.4318.458.76-
YUV121.29174.11132.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=29.56%
G=23.56%
B=46.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281022030.370.5000.20255.4549.2759.8
Hex8066CB2532014ff313c
Octal20014631345620243776174
Binary1000000011001101100101110010111001001010011111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8066CB; }

 p { color: rgb(128,102,203); }

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

<style>
 a { background-color: #8066CB; }

 a { background-color: rgb(128,102,203); }

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

<style>
 span { border-color: #8066CB; }

 span { border-color: rgb(128,102,203); }

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