Shades of True V #8864CB
Tints of True V #8864CB
RGB
CMYK
RGB Variations
Color information
#8864CB (or 0x8864CB) is known color: True V. HEX triplet: 88, 64 and CB. RGB value is (136,100,203). Sum of RGB (Red+Green+Blue) = 136+100+203=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #8864CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864CB is #779B34. Grayscale: #7A7A7A. Windows color (decimal): -7838517 or 13329544. OLE color: 13329544.
HSL color Cylindrical-coordinate representation of color #8864CB: hue angle of 260.97º 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 #8864CB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 100 | 203 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.20 |
| HSL | 260.97º | 0.5% | 0.59% | - |
| HSV(B) | 260.97º | 0.51% | 0.8% | - |
| XYZ | 25.49 | 18.66 | 58.76 | - |
| YUV | 122.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 203 | 0.33 | 0.51 | 0 | 0.20 | 260.97 | 0.5 | 0.59 |
| Hex | 88 | 64 | CB | 21 | 33 | 0 | 14 | 105 | 32 | 3B |
| Octal | 210 | 144 | 313 | 41 | 63 | 0 | 24 | 405 | 62 | 73 |
| Binary | 10001000 | 1100100 | 11001011 | 100001 | 110011 | 0 | 10100 | 100000101 | 110010 | 111011 |
Color Harmonies of #8864CB
Complementary color
Monochromatic Colors of #8864CB
Black with #8864CB
Text Example
Text Example
White with #8864CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864CB; }
p { color: rgb(136,100,203); }
H1.HeaderClassName
{
color: #8864CB;
}
.AnyTagClassName
{
color: #8864CB;
}
</style>
background-color css
<style>
a { background-color: #8864CB; }
a { background-color: rgb(136,100,203); }
div.DivClassName
{
background-color: #8864CB;
}
.BgClassName
{
background-color: #8864CB;
}
</style>
border-color css
<style>
span { border-color: #8864CB; }
span { border-color: rgb(136,100,203); }
td.TdClassName
{
border-color: #8864CB;
}
.TagClassName
{
border-color: #8864CB;
}
</style>