Shades of Dark Violet #8E0CCD
Tints of Dark Violet #8E0CCD
RGB
CMYK
RGB Variations
Color information
#8E0CCD (or 0x8E0CCD) is known color: Dark Violet. HEX triplet: 8E, 0C and CD. RGB value is (142,12,205). Sum of RGB (Red+Green+Blue) = 142+12+205=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CCD is #71F332. Grayscale: #484848. Windows color (decimal): -7467827 or 13438094. OLE color: 13438094.
HSL color Cylindrical-coordinate representation of color #8E0CCD: hue angle of 280.41º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0CCD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 12 | 205 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.20 |
| HSL | 280.41º | 0.89% | 0.43% | - |
| HSV(B) | 280.41º | 0.94% | 0.8% | - |
| XYZ | 22.31 | 10.42 | 58.59 | - |
| YUV | 72.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 205 | 0.31 | 0.94 | 0 | 0.20 | 280.41 | 0.89 | 0.43 |
| Hex | 8E | C | CD | 1F | 5E | 0 | 14 | 118 | 59 | 2B |
| Octal | 216 | 14 | 315 | 37 | 136 | 0 | 24 | 430 | 131 | 53 |
| Binary | 10001110 | 1100 | 11001101 | 11111 | 1011110 | 0 | 10100 | 100011000 | 1011001 | 101011 |
Color Harmonies of #8E0CCD
Complementary color
Monochromatic Colors of #8E0CCD
Black with #8E0CCD
Text Example
Text Example
White with #8E0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0CCD; }
p { color: rgb(142,12,205); }
H1.HeaderClassName
{
color: #8E0CCD;
}
.AnyTagClassName
{
color: #8E0CCD;
}
</style>
background-color css
<style>
a { background-color: #8E0CCD; }
a { background-color: rgb(142,12,205); }
div.DivClassName
{
background-color: #8E0CCD;
}
.BgClassName
{
background-color: #8E0CCD;
}
</style>
border-color css
<style>
span { border-color: #8E0CCD; }
span { border-color: rgb(142,12,205); }
td.TdClassName
{
border-color: #8E0CCD;
}
.TagClassName
{
border-color: #8E0CCD;
}
</style>