Shades of Dark Violet #8911D0
Tints of Dark Violet #8911D0
RGB
CMYK
RGB Variations
Color information
#8911D0 (or 0x8911D0) is known color: Dark Violet. HEX triplet: 89, 11 and D0. RGB value is (137,17,208). Sum of RGB (Red+Green+Blue) = 137+17+208=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #8911D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911D0 is #76EE2F. Grayscale: #4A4A4A. Windows color (decimal): -7794224 or 13635977. OLE color: 13635977.
HSL color Cylindrical-coordinate representation of color #8911D0: hue angle of 277.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911D0 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 17 | 208 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.18 |
| HSL | 277.7º | 0.85% | 0.44% | - |
| HSV(B) | 277.7º | 0.92% | 0.82% | - |
| XYZ | 21.9 | 10.27 | 60.5 | - |
| YUV | 74.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 208 | 0.34 | 0.92 | 0 | 0.18 | 277.7 | 0.85 | 0.44 |
| Hex | 89 | 11 | D0 | 22 | 5C | 0 | 12 | 116 | 55 | 2C |
| Octal | 211 | 21 | 320 | 42 | 134 | 0 | 22 | 426 | 125 | 54 |
| Binary | 10001001 | 10001 | 11010000 | 100010 | 1011100 | 0 | 10010 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8911D0
Complementary color
Monochromatic Colors of #8911D0
Black with #8911D0
Text Example
Text Example
White with #8911D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911D0; }
p { color: rgb(137,17,208); }
H1.HeaderClassName
{
color: #8911D0;
}
.AnyTagClassName
{
color: #8911D0;
}
</style>
background-color css
<style>
a { background-color: #8911D0; }
a { background-color: rgb(137,17,208); }
div.DivClassName
{
background-color: #8911D0;
}
.BgClassName
{
background-color: #8911D0;
}
</style>
border-color css
<style>
span { border-color: #8911D0; }
span { border-color: rgb(137,17,208); }
td.TdClassName
{
border-color: #8911D0;
}
.TagClassName
{
border-color: #8911D0;
}
</style>