Shades of Dark Violet #8912D0
Tints of Dark Violet #8912D0
RGB
CMYK
RGB Variations
Color information
#8912D0 (or 0x8912D0) is known color: Dark Violet. HEX triplet: 89, 12 and D0. RGB value is (137,18,208). Sum of RGB (Red+Green+Blue) = 137+18+208=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #8912D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912D0 is #76ED2F. Grayscale: #4A4A4A. Windows color (decimal): -7793968 or 13636233. OLE color: 13636233.
HSL color Cylindrical-coordinate representation of color #8912D0: hue angle of 277.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8912D0 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 18 | 208 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.18 |
| HSL | 277.58º | 0.84% | 0.44% | - |
| HSV(B) | 277.58º | 0.91% | 0.82% | - |
| XYZ | 21.92 | 10.31 | 60.51 | - |
| YUV | 75.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 208 | 0.34 | 0.91 | 0 | 0.18 | 277.58 | 0.84 | 0.44 |
| Hex | 89 | 12 | D0 | 22 | 5B | 0 | 12 | 116 | 54 | 2C |
| Octal | 211 | 22 | 320 | 42 | 133 | 0 | 22 | 426 | 124 | 54 |
| Binary | 10001001 | 10010 | 11010000 | 100010 | 1011011 | 0 | 10010 | 100010110 | 1010100 | 101100 |
Color Harmonies of #8912D0
Complementary color
Monochromatic Colors of #8912D0
Black with #8912D0
Text Example
Text Example
White with #8912D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912D0; }
p { color: rgb(137,18,208); }
H1.HeaderClassName
{
color: #8912D0;
}
.AnyTagClassName
{
color: #8912D0;
}
</style>
background-color css
<style>
a { background-color: #8912D0; }
a { background-color: rgb(137,18,208); }
div.DivClassName
{
background-color: #8912D0;
}
.BgClassName
{
background-color: #8912D0;
}
</style>
border-color css
<style>
span { border-color: #8912D0; }
span { border-color: rgb(137,18,208); }
td.TdClassName
{
border-color: #8912D0;
}
.TagClassName
{
border-color: #8912D0;
}
</style>