Shades of Dark Violet #8E11BD
Tints of Dark Violet #8E11BD
RGB
CMYK
RGB Variations
Color information
#8E11BD (or 0x8E11BD) is known color: Dark Violet. HEX triplet: 8E, 11 and BD. RGB value is (142,17,189). Sum of RGB (Red+Green+Blue) = 142+17+189=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11BD is #71EE42. Grayscale: #494949. Windows color (decimal): -7466563 or 12390798. OLE color: 12390798.
HSL color Cylindrical-coordinate representation of color #8E11BD: hue angle of 283.6º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E11BD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 17 | 189 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.26 |
| HSL | 283.6º | 0.83% | 0.4% | - |
| HSV(B) | 283.6º | 0.91% | 0.74% | - |
| XYZ | 20.54 | 9.83 | 48.96 | - |
| YUV | 73.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 189 | 0.25 | 0.91 | 0 | 0.26 | 283.6 | 0.83 | 0.4 |
| Hex | 8E | 11 | BD | 19 | 5B | 0 | 1A | 11C | 53 | 28 |
| Octal | 216 | 21 | 275 | 31 | 133 | 0 | 32 | 434 | 123 | 50 |
| Binary | 10001110 | 10001 | 10111101 | 11001 | 1011011 | 0 | 11010 | 100011100 | 1010011 | 101000 |
Color Harmonies of #8E11BD
Complementary color
Monochromatic Colors of #8E11BD
Black with #8E11BD
Text Example
Text Example
White with #8E11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E11BD; }
p { color: rgb(142,17,189); }
H1.HeaderClassName
{
color: #8E11BD;
}
.AnyTagClassName
{
color: #8E11BD;
}
</style>
background-color css
<style>
a { background-color: #8E11BD; }
a { background-color: rgb(142,17,189); }
div.DivClassName
{
background-color: #8E11BD;
}
.BgClassName
{
background-color: #8E11BD;
}
</style>
border-color css
<style>
span { border-color: #8E11BD; }
span { border-color: rgb(142,17,189); }
td.TdClassName
{
border-color: #8E11BD;
}
.TagClassName
{
border-color: #8E11BD;
}
</style>