Shades of Dark Violet #8E0BDF
Tints of Dark Violet #8E0BDF
RGB
CMYK
RGB Variations
Color information
#8E0BDF (or 0x8E0BDF) is known color: Dark Violet. HEX triplet: 8E, 0B and DF. RGB value is (142,11,223). Sum of RGB (Red+Green+Blue) = 142+11+223=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0BDF is #71F420. Grayscale: #494949. Windows color (decimal): -7468065 or 14617486. OLE color: 14617486.
HSL color Cylindrical-coordinate representation of color #8E0BDF: hue angle of 277.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0BDF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 11 | 223 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.13 |
| HSL | 277.08º | 0.91% | 0.46% | - |
| HSV(B) | 277.08º | 0.95% | 0.87% | - |
| XYZ | 24.59 | 11.32 | 70.7 | - |
| YUV | 74.34 | 211.9 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 223 | 0.36 | 0.95 | 0 | 0.13 | 277.08 | 0.91 | 0.46 |
| Hex | 8E | B | DF | 24 | 5F | 0 | D | 115 | 5B | 2E |
| Octal | 216 | 13 | 337 | 44 | 137 | 0 | 15 | 425 | 133 | 56 |
| Binary | 10001110 | 1011 | 11011111 | 100100 | 1011111 | 0 | 1101 | 100010101 | 1011011 | 101110 |
Color Harmonies of #8E0BDF
Complementary color
Monochromatic Colors of #8E0BDF
Black with #8E0BDF
Text Example
Text Example
White with #8E0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0BDF; }
p { color: rgb(142,11,223); }
H1.HeaderClassName
{
color: #8E0BDF;
}
.AnyTagClassName
{
color: #8E0BDF;
}
</style>
background-color css
<style>
a { background-color: #8E0BDF; }
a { background-color: rgb(142,11,223); }
div.DivClassName
{
background-color: #8E0BDF;
}
.BgClassName
{
background-color: #8E0BDF;
}
</style>
border-color css
<style>
span { border-color: #8E0BDF; }
span { border-color: rgb(142,11,223); }
td.TdClassName
{
border-color: #8E0BDF;
}
.TagClassName
{
border-color: #8E0BDF;
}
</style>