Shades of Dark Violet #8912B2
Tints of Dark Violet #8912B2
RGB
CMYK
RGB Variations
Color information
#8912B2 (or 0x8912B2) is known color: Dark Violet. HEX triplet: 89, 12 and B2. RGB value is (137,18,178). Sum of RGB (Red+Green+Blue) = 137+18+178=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #8912B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8912B2 is #76ED4D. Grayscale: #474747. Windows color (decimal): -7793998 or 11670153. OLE color: 11670153.
HSL color Cylindrical-coordinate representation of color #8912B2: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8912B2 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 18 | 178 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.30 |
| HSL | 284.63º | 0.82% | 0.38% | - |
| HSV(B) | 284.63º | 0.9% | 0.7% | - |
| XYZ | 18.57 | 8.97 | 42.87 | - |
| YUV | 71.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 178 | 0.23 | 0.90 | 0 | 0.30 | 284.63 | 0.82 | 0.38 |
| Hex | 89 | 12 | B2 | 17 | 5A | 0 | 1E | 11D | 52 | 26 |
| Octal | 211 | 22 | 262 | 27 | 132 | 0 | 36 | 435 | 122 | 46 |
| Binary | 10001001 | 10010 | 10110010 | 10111 | 1011010 | 0 | 11110 | 100011101 | 1010010 | 100110 |
Color Harmonies of #8912B2
Complementary color
Monochromatic Colors of #8912B2
Black with #8912B2
Text Example
Text Example
White with #8912B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912B2; }
p { color: rgb(137,18,178); }
H1.HeaderClassName
{
color: #8912B2;
}
.AnyTagClassName
{
color: #8912B2;
}
</style>
background-color css
<style>
a { background-color: #8912B2; }
a { background-color: rgb(137,18,178); }
div.DivClassName
{
background-color: #8912B2;
}
.BgClassName
{
background-color: #8912B2;
}
</style>
border-color css
<style>
span { border-color: #8912B2; }
span { border-color: rgb(137,18,178); }
td.TdClassName
{
border-color: #8912B2;
}
.TagClassName
{
border-color: #8912B2;
}
</style>