Shades of Dark Violet #8812CB
Tints of Dark Violet #8812CB
RGB
CMYK
RGB Variations
Color information
#8812CB (or 0x8812CB) is known color: Dark Violet. HEX triplet: 88, 12 and CB. RGB value is (136,18,203). Sum of RGB (Red+Green+Blue) = 136+18+203=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #8812CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812CB is #77ED34. Grayscale: #494949. Windows color (decimal): -7859509 or 13308552. OLE color: 13308552.
HSL color Cylindrical-coordinate representation of color #8812CB: hue angle of 278.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8812CB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 18 | 203 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.20 |
| HSL | 278.27º | 0.84% | 0.43% | - |
| HSV(B) | 278.27º | 0.91% | 0.8% | - |
| XYZ | 21.15 | 9.98 | 57.31 | - |
| YUV | 74.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 203 | 0.33 | 0.91 | 0 | 0.20 | 278.27 | 0.84 | 0.43 |
| Hex | 88 | 12 | CB | 21 | 5B | 0 | 14 | 116 | 54 | 2B |
| Octal | 210 | 22 | 313 | 41 | 133 | 0 | 24 | 426 | 124 | 53 |
| Binary | 10001000 | 10010 | 11001011 | 100001 | 1011011 | 0 | 10100 | 100010110 | 1010100 | 101011 |
Color Harmonies of #8812CB
Complementary color
Monochromatic Colors of #8812CB
Black with #8812CB
Text Example
Text Example
White with #8812CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812CB; }
p { color: rgb(136,18,203); }
H1.HeaderClassName
{
color: #8812CB;
}
.AnyTagClassName
{
color: #8812CB;
}
</style>
background-color css
<style>
a { background-color: #8812CB; }
a { background-color: rgb(136,18,203); }
div.DivClassName
{
background-color: #8812CB;
}
.BgClassName
{
background-color: #8812CB;
}
</style>
border-color css
<style>
span { border-color: #8812CB; }
span { border-color: rgb(136,18,203); }
td.TdClassName
{
border-color: #8812CB;
}
.TagClassName
{
border-color: #8812CB;
}
</style>