Shades of True V #885FCB
Tints of True V #885FCB
RGB
CMYK
RGB Variations
Color information
#885FCB (or 0x885FCB) is known color: True V. HEX triplet: 88, 5F and CB. RGB value is (136,95,203). Sum of RGB (Red+Green+Blue) = 136+95+203=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #885FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FCB is #77A034. Grayscale: #777777. Windows color (decimal): -7839797 or 13328264. OLE color: 13328264.
HSL color Cylindrical-coordinate representation of color #885FCB: hue angle of 262.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885FCB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 95 | 203 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.20 |
| HSL | 262.78º | 0.51% | 0.58% | - |
| HSV(B) | 262.78º | 0.53% | 0.8% | - |
| XYZ | 25.03 | 17.73 | 58.6 | - |
| YUV | 119.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 203 | 0.33 | 0.53 | 0 | 0.20 | 262.78 | 0.51 | 0.58 |
| Hex | 88 | 5F | CB | 21 | 35 | 0 | 14 | 107 | 33 | 3A |
| Octal | 210 | 137 | 313 | 41 | 65 | 0 | 24 | 407 | 63 | 72 |
| Binary | 10001000 | 1011111 | 11001011 | 100001 | 110101 | 0 | 10100 | 100000111 | 110011 | 111010 |
Color Harmonies of #885FCB
Complementary color
Monochromatic Colors of #885FCB
Black with #885FCB
Text Example
Text Example
White with #885FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FCB; }
p { color: rgb(136,95,203); }
H1.HeaderClassName
{
color: #885FCB;
}
.AnyTagClassName
{
color: #885FCB;
}
</style>
background-color css
<style>
a { background-color: #885FCB; }
a { background-color: rgb(136,95,203); }
div.DivClassName
{
background-color: #885FCB;
}
.BgClassName
{
background-color: #885FCB;
}
</style>
border-color css
<style>
span { border-color: #885FCB; }
span { border-color: rgb(136,95,203); }
td.TdClassName
{
border-color: #885FCB;
}
.TagClassName
{
border-color: #885FCB;
}
</style>