Shades of True V #885FCC
Tints of True V #885FCC
RGB
CMYK
RGB Variations
Color information
#885FCC (or 0x885FCC) is known color: True V. HEX triplet: 88, 5F and CC. RGB value is (136,95,204). Sum of RGB (Red+Green+Blue) = 136+95+204=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #885FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FCC is #77A033. Grayscale: #777777. Windows color (decimal): -7839796 or 13393800. OLE color: 13393800.
HSL color Cylindrical-coordinate representation of color #885FCC: hue angle of 262.57º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885FCC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 95 | 204 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.2 |
| HSL | 262.57º | 0.52% | 0.59% | - |
| HSV(B) | 262.57º | 0.53% | 0.8% | - |
| XYZ | 25.14 | 17.78 | 59.23 | - |
| YUV | 119.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 204 | 0.33 | 0.53 | 0 | 0.2 | 262.57 | 0.52 | 0.59 |
| Hex | 88 | 5F | CC | 21 | 35 | 0 | 14 | 107 | 34 | 3B |
| Octal | 210 | 137 | 314 | 41 | 65 | 0 | 24 | 407 | 64 | 73 |
| Binary | 10001000 | 1011111 | 11001100 | 100001 | 110101 | 0 | 10100 | 100000111 | 110100 | 111011 |
Color Harmonies of #885FCC
Complementary color
Monochromatic Colors of #885FCC
Black with #885FCC
Text Example
Text Example
White with #885FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FCC; }
p { color: rgb(136,95,204); }
H1.HeaderClassName
{
color: #885FCC;
}
.AnyTagClassName
{
color: #885FCC;
}
</style>
background-color css
<style>
a { background-color: #885FCC; }
a { background-color: rgb(136,95,204); }
div.DivClassName
{
background-color: #885FCC;
}
.BgClassName
{
background-color: #885FCC;
}
</style>
border-color css
<style>
span { border-color: #885FCC; }
span { border-color: rgb(136,95,204); }
td.TdClassName
{
border-color: #885FCC;
}
.TagClassName
{
border-color: #885FCC;
}
</style>