Shades of True V #8066CB
Tints of True V #8066CB
RGB
CMYK
RGB Variations
Color information
#8066CB (or 0x8066CB) is known color: 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
| RGB | 128 | 102 | 203 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.20 |
| HSL | 255.45º | 0.49% | 0.6% | - |
| HSV(B) | 255.45º | 0.5% | 0.8% | - |
| XYZ | 24.43 | 18.4 | 58.76 | - |
| YUV | 121.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 203 | 0.37 | 0.50 | 0 | 0.20 | 255.45 | 0.49 | 0.6 |
| Hex | 80 | 66 | CB | 25 | 32 | 0 | 14 | FF | 31 | 3C |
| Octal | 200 | 146 | 313 | 45 | 62 | 0 | 24 | 377 | 61 | 74 |
| Binary | 10000000 | 1100110 | 11001011 | 100101 | 110010 | 0 | 10100 | 11111111 | 110001 | 111100 |
Color Harmonies of #8066CB
Complementary color
Monochromatic Colors of #8066CB
Black with #8066CB
Text Example
Text Example
White with #8066CB
Text Example
Text Example
HTML Codes & Css Web 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>