Shades of Dark Violet #8812BD
Tints of Dark Violet #8812BD
RGB
CMYK
RGB Variations
Color information
#8812BD (or 0x8812BD) is known color: Dark Violet. HEX triplet: 88, 12 and BD. RGB value is (136,18,189). Sum of RGB (Red+Green+Blue) = 136+18+189=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #8812BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812BD is #77ED42. Grayscale: #484848. Windows color (decimal): -7859523 or 12391048. OLE color: 12391048.
HSL color Cylindrical-coordinate representation of color #8812BD: hue angle of 281.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8812BD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 18 | 189 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.26 |
| HSL | 281.4º | 0.83% | 0.41% | - |
| HSV(B) | 281.4º | 0.9% | 0.74% | - |
| XYZ | 19.55 | 9.34 | 48.92 | - |
| YUV | 72.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 189 | 0.28 | 0.90 | 0 | 0.26 | 281.4 | 0.83 | 0.41 |
| Hex | 88 | 12 | BD | 1C | 5A | 0 | 1A | 119 | 53 | 29 |
| Octal | 210 | 22 | 275 | 34 | 132 | 0 | 32 | 431 | 123 | 51 |
| Binary | 10001000 | 10010 | 10111101 | 11100 | 1011010 | 0 | 11010 | 100011001 | 1010011 | 101001 |
Color Harmonies of #8812BD
Complementary color
Monochromatic Colors of #8812BD
Black with #8812BD
Text Example
Text Example
White with #8812BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812BD; }
p { color: rgb(136,18,189); }
H1.HeaderClassName
{
color: #8812BD;
}
.AnyTagClassName
{
color: #8812BD;
}
</style>
background-color css
<style>
a { background-color: #8812BD; }
a { background-color: rgb(136,18,189); }
div.DivClassName
{
background-color: #8812BD;
}
.BgClassName
{
background-color: #8812BD;
}
</style>
border-color css
<style>
span { border-color: #8812BD; }
span { border-color: rgb(136,18,189); }
td.TdClassName
{
border-color: #8812BD;
}
.TagClassName
{
border-color: #8812BD;
}
</style>