Shades of True V #8862CB
Tints of True V #8862CB
RGB
CMYK
RGB Variations
Color information
#8862CB (or 0x8862CB) is known color: True V. HEX triplet: 88, 62 and CB. RGB value is (136,98,203). Sum of RGB (Red+Green+Blue) = 136+98+203=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8862CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862CB is #779D34. Grayscale: #787878. Windows color (decimal): -7839029 or 13329032. OLE color: 13329032.
HSL color Cylindrical-coordinate representation of color #8862CB: hue angle of 261.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8862CB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 98 | 203 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.20 |
| HSL | 261.71º | 0.5% | 0.59% | - |
| HSV(B) | 261.71º | 0.52% | 0.8% | - |
| XYZ | 25.3 | 18.28 | 58.7 | - |
| YUV | 121.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 203 | 0.33 | 0.52 | 0 | 0.20 | 261.71 | 0.5 | 0.59 |
| Hex | 88 | 62 | CB | 21 | 34 | 0 | 14 | 106 | 32 | 3B |
| Octal | 210 | 142 | 313 | 41 | 64 | 0 | 24 | 406 | 62 | 73 |
| Binary | 10001000 | 1100010 | 11001011 | 100001 | 110100 | 0 | 10100 | 100000110 | 110010 | 111011 |
Color Harmonies of #8862CB
Complementary color
Monochromatic Colors of #8862CB
Black with #8862CB
Text Example
Text Example
White with #8862CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862CB; }
p { color: rgb(136,98,203); }
H1.HeaderClassName
{
color: #8862CB;
}
.AnyTagClassName
{
color: #8862CB;
}
</style>
background-color css
<style>
a { background-color: #8862CB; }
a { background-color: rgb(136,98,203); }
div.DivClassName
{
background-color: #8862CB;
}
.BgClassName
{
background-color: #8862CB;
}
</style>
border-color css
<style>
span { border-color: #8862CB; }
span { border-color: rgb(136,98,203); }
td.TdClassName
{
border-color: #8862CB;
}
.TagClassName
{
border-color: #8862CB;
}
</style>