Shades of True V #885FCD
Tints of True V #885FCD
RGB
CMYK
RGB Variations
Color information
#885FCD (or 0x885FCD) is known color: True V. HEX triplet: 88, 5F and CD. RGB value is (136,95,205). Sum of RGB (Red+Green+Blue) = 136+95+205=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #885FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FCD is #77A032. Grayscale: #777777. Windows color (decimal): -7839795 or 13459336. OLE color: 13459336.
HSL color Cylindrical-coordinate representation of color #885FCD: hue angle of 262.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #885FCD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 95 | 205 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.20 |
| HSL | 262.36º | 0.52% | 0.59% | - |
| HSV(B) | 262.36º | 0.54% | 0.8% | - |
| XYZ | 25.27 | 17.83 | 59.87 | - |
| YUV | 119.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 205 | 0.34 | 0.54 | 0 | 0.20 | 262.36 | 0.52 | 0.59 |
| Hex | 88 | 5F | CD | 22 | 36 | 0 | 14 | 106 | 34 | 3B |
| Octal | 210 | 137 | 315 | 42 | 66 | 0 | 24 | 406 | 64 | 73 |
| Binary | 10001000 | 1011111 | 11001101 | 100010 | 110110 | 0 | 10100 | 100000110 | 110100 | 111011 |
Color Harmonies of #885FCD
Complementary color
Monochromatic Colors of #885FCD
Black with #885FCD
Text Example
Text Example
White with #885FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FCD; }
p { color: rgb(136,95,205); }
H1.HeaderClassName
{
color: #885FCD;
}
.AnyTagClassName
{
color: #885FCD;
}
</style>
background-color css
<style>
a { background-color: #885FCD; }
a { background-color: rgb(136,95,205); }
div.DivClassName
{
background-color: #885FCD;
}
.BgClassName
{
background-color: #885FCD;
}
</style>
border-color css
<style>
span { border-color: #885FCD; }
span { border-color: rgb(136,95,205); }
td.TdClassName
{
border-color: #885FCD;
}
.TagClassName
{
border-color: #885FCD;
}
</style>