Shades of True V #8064CB
Tints of True V #8064CB
RGB
CMYK
RGB Variations
Color information
#8064CB (or 0x8064CB) is known color: True V. HEX triplet: 80, 64 and CB. RGB value is (128,100,203). Sum of RGB (Red+Green+Blue) = 128+100+203=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8064CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064CB is #7F9B34. Grayscale: #777777. Windows color (decimal): -8362805 or 13329536. OLE color: 13329536.
HSL color Cylindrical-coordinate representation of color #8064CB: hue angle of 256.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8064CB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 100 | 203 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.20 |
| HSL | 256.31º | 0.5% | 0.59% | - |
| HSV(B) | 256.31º | 0.51% | 0.8% | - |
| XYZ | 24.24 | 18.02 | 58.7 | - |
| YUV | 120.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 203 | 0.37 | 0.51 | 0 | 0.20 | 256.31 | 0.5 | 0.59 |
| Hex | 80 | 64 | CB | 25 | 33 | 0 | 14 | 100 | 32 | 3B |
| Octal | 200 | 144 | 313 | 45 | 63 | 0 | 24 | 400 | 62 | 73 |
| Binary | 10000000 | 1100100 | 11001011 | 100101 | 110011 | 0 | 10100 | 100000000 | 110010 | 111011 |
Color Harmonies of #8064CB
Complementary color
Monochromatic Colors of #8064CB
Black with #8064CB
Text Example
Text Example
White with #8064CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064CB; }
p { color: rgb(128,100,203); }
H1.HeaderClassName
{
color: #8064CB;
}
.AnyTagClassName
{
color: #8064CB;
}
</style>
background-color css
<style>
a { background-color: #8064CB; }
a { background-color: rgb(128,100,203); }
div.DivClassName
{
background-color: #8064CB;
}
.BgClassName
{
background-color: #8064CB;
}
</style>
border-color css
<style>
span { border-color: #8064CB; }
span { border-color: rgb(128,100,203); }
td.TdClassName
{
border-color: #8064CB;
}
.TagClassName
{
border-color: #8064CB;
}
</style>