Shades of Dark Violet #8805CB
Tints of Dark Violet #8805CB
RGB
CMYK
RGB Variations
Color information
#8805CB (or 0x8805CB) is known color: Dark Violet. HEX triplet: 88, 05 and CB. RGB value is (136,5,203). Sum of RGB (Red+Green+Blue) = 136+5+203=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #8805CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805CB is #77FA34. Grayscale: #424242. Windows color (decimal): -7862837 or 13305224. OLE color: 13305224.
HSL color Cylindrical-coordinate representation of color #8805CB: hue angle of 279.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805CB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 5 | 203 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.20 |
| HSL | 279.7º | 0.95% | 0.41% | - |
| HSV(B) | 279.7º | 0.98% | 0.8% | - |
| XYZ | 20.99 | 9.65 | 57.26 | - |
| YUV | 66.74 | 204.9 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 203 | 0.33 | 0.98 | 0 | 0.20 | 279.7 | 0.95 | 0.41 |
| Hex | 88 | 5 | CB | 21 | 62 | 0 | 14 | 118 | 5F | 29 |
| Octal | 210 | 5 | 313 | 41 | 142 | 0 | 24 | 430 | 137 | 51 |
| Binary | 10001000 | 101 | 11001011 | 100001 | 1100010 | 0 | 10100 | 100011000 | 1011111 | 101001 |
Color Harmonies of #8805CB
Complementary color
Monochromatic Colors of #8805CB
Black with #8805CB
Text Example
Text Example
White with #8805CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8805CB; }
p { color: rgb(136,5,203); }
H1.HeaderClassName
{
color: #8805CB;
}
.AnyTagClassName
{
color: #8805CB;
}
</style>
background-color css
<style>
a { background-color: #8805CB; }
a { background-color: rgb(136,5,203); }
div.DivClassName
{
background-color: #8805CB;
}
.BgClassName
{
background-color: #8805CB;
}
</style>
border-color css
<style>
span { border-color: #8805CB; }
span { border-color: rgb(136,5,203); }
td.TdClassName
{
border-color: #8805CB;
}
.TagClassName
{
border-color: #8805CB;
}
</style>