Shades of Dark Violet #8911CE
Tints of Dark Violet #8911CE
RGB
CMYK
RGB Variations
Color information
#8911CE (or 0x8911CE) is known color: Dark Violet. HEX triplet: 89, 11 and CE. RGB value is (137,17,206). Sum of RGB (Red+Green+Blue) = 137+17+206=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8911CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911CE is #76EE31. Grayscale: #494949. Windows color (decimal): -7794226 or 13504905. OLE color: 13504905.
HSL color Cylindrical-coordinate representation of color #8911CE: hue angle of 278.1º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911CE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 17 | 206 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.19 |
| HSL | 278.1º | 0.85% | 0.44% | - |
| HSV(B) | 278.1º | 0.92% | 0.81% | - |
| XYZ | 21.66 | 10.18 | 59.22 | - |
| YUV | 74.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 206 | 0.33 | 0.92 | 0 | 0.19 | 278.1 | 0.85 | 0.44 |
| Hex | 89 | 11 | CE | 21 | 5C | 0 | 13 | 116 | 55 | 2C |
| Octal | 211 | 21 | 316 | 41 | 134 | 0 | 23 | 426 | 125 | 54 |
| Binary | 10001001 | 10001 | 11001110 | 100001 | 1011100 | 0 | 10011 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8911CE
Complementary color
Monochromatic Colors of #8911CE
Black with #8911CE
Text Example
Text Example
White with #8911CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911CE; }
p { color: rgb(137,17,206); }
H1.HeaderClassName
{
color: #8911CE;
}
.AnyTagClassName
{
color: #8911CE;
}
</style>
background-color css
<style>
a { background-color: #8911CE; }
a { background-color: rgb(137,17,206); }
div.DivClassName
{
background-color: #8911CE;
}
.BgClassName
{
background-color: #8911CE;
}
</style>
border-color css
<style>
span { border-color: #8911CE; }
span { border-color: rgb(137,17,206); }
td.TdClassName
{
border-color: #8911CE;
}
.TagClassName
{
border-color: #8911CE;
}
</style>