Shades of Dark Violet #8D0EEA
Tints of Dark Violet #8D0EEA
RGB
CMYK
RGB Variations
Color information
#8D0EEA (or 0x8D0EEA) is known color: Dark Violet. HEX triplet: 8D, 0E and EA. RGB value is (141,14,234). Sum of RGB (Red+Green+Blue) = 141+14+234=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0EEA is #72F115. Grayscale: #4C4C4C. Windows color (decimal): -7532822 or 15339149. OLE color: 15339149.
HSL color Cylindrical-coordinate representation of color #8D0EEA: hue angle of 274.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EEA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 14 | 234 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.08 |
| HSL | 274.64º | 0.89% | 0.49% | - |
| HSV(B) | 274.64º | 0.94% | 0.92% | - |
| XYZ | 25.99 | 11.92 | 78.77 | - |
| YUV | 77.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 234 | 0.40 | 0.94 | 0 | 0.08 | 274.64 | 0.89 | 0.49 |
| Hex | 8D | E | EA | 28 | 5E | 0 | 8 | 113 | 59 | 31 |
| Octal | 215 | 16 | 352 | 50 | 136 | 0 | 10 | 423 | 131 | 61 |
| Binary | 10001101 | 1110 | 11101010 | 101000 | 1011110 | 0 | 1000 | 100010011 | 1011001 | 110001 |
Color Harmonies of #8D0EEA
Complementary color
Monochromatic Colors of #8D0EEA
Black with #8D0EEA
Text Example
Text Example
White with #8D0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0EEA; }
p { color: rgb(141,14,234); }
H1.HeaderClassName
{
color: #8D0EEA;
}
.AnyTagClassName
{
color: #8D0EEA;
}
</style>
background-color css
<style>
a { background-color: #8D0EEA; }
a { background-color: rgb(141,14,234); }
div.DivClassName
{
background-color: #8D0EEA;
}
.BgClassName
{
background-color: #8D0EEA;
}
</style>
border-color css
<style>
span { border-color: #8D0EEA; }
span { border-color: rgb(141,14,234); }
td.TdClassName
{
border-color: #8D0EEA;
}
.TagClassName
{
border-color: #8D0EEA;
}
</style>