Shades of Dark Violet #8D0ECA
Tints of Dark Violet #8D0ECA
RGB
CMYK
RGB Variations
Color information
#8D0ECA (or 0x8D0ECA) is known color: Dark Violet. HEX triplet: 8D, 0E and CA. RGB value is (141,14,202). Sum of RGB (Red+Green+Blue) = 141+14+202=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D0ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0ECA is #72F135. Grayscale: #484848. Windows color (decimal): -7532854 or 13241997. OLE color: 13241997.
HSL color Cylindrical-coordinate representation of color #8D0ECA: hue angle of 280.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0ECA is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 14 | 202 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.21 |
| HSL | 280.53º | 0.87% | 0.42% | - |
| HSV(B) | 280.53º | 0.93% | 0.79% | - |
| XYZ | 21.8 | 10.24 | 56.7 | - |
| YUV | 73.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 202 | 0.30 | 0.93 | 0 | 0.21 | 280.53 | 0.87 | 0.42 |
| Hex | 8D | E | CA | 1E | 5D | 0 | 15 | 119 | 57 | 2A |
| Octal | 215 | 16 | 312 | 36 | 135 | 0 | 25 | 431 | 127 | 52 |
| Binary | 10001101 | 1110 | 11001010 | 11110 | 1011101 | 0 | 10101 | 100011001 | 1010111 | 101010 |
Color Harmonies of #8D0ECA
Complementary color
Monochromatic Colors of #8D0ECA
Black with #8D0ECA
Text Example
Text Example
White with #8D0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0ECA; }
p { color: rgb(141,14,202); }
H1.HeaderClassName
{
color: #8D0ECA;
}
.AnyTagClassName
{
color: #8D0ECA;
}
</style>
background-color css
<style>
a { background-color: #8D0ECA; }
a { background-color: rgb(141,14,202); }
div.DivClassName
{
background-color: #8D0ECA;
}
.BgClassName
{
background-color: #8D0ECA;
}
</style>
border-color css
<style>
span { border-color: #8D0ECA; }
span { border-color: rgb(141,14,202); }
td.TdClassName
{
border-color: #8D0ECA;
}
.TagClassName
{
border-color: #8D0ECA;
}
</style>