Shades of Dark Violet #8E04CD
Tints of Dark Violet #8E04CD
RGB
CMYK
RGB Variations
Color information
#8E04CD (or 0x8E04CD) is known color: Dark Violet. HEX triplet: 8E, 04 and CD. RGB value is (142,4,205). Sum of RGB (Red+Green+Blue) = 142+4+205=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E04CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E04CD is #71FB32. Grayscale: #434343. Windows color (decimal): -7469875 or 13436046. OLE color: 13436046.
HSL color Cylindrical-coordinate representation of color #8E04CD: hue angle of 281.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E04CD is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 4 | 205 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.20 |
| HSL | 281.19º | 0.96% | 0.41% | - |
| HSV(B) | 281.19º | 0.98% | 0.8% | - |
| XYZ | 22.22 | 10.25 | 58.56 | - |
| YUV | 68.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 205 | 0.31 | 0.98 | 0 | 0.20 | 281.19 | 0.96 | 0.41 |
| Hex | 8E | 4 | CD | 1F | 62 | 0 | 14 | 119 | 60 | 29 |
| Octal | 216 | 4 | 315 | 37 | 142 | 0 | 24 | 431 | 140 | 51 |
| Binary | 10001110 | 100 | 11001101 | 11111 | 1100010 | 0 | 10100 | 100011001 | 1100000 | 101001 |
Color Harmonies of #8E04CD
Complementary color
Monochromatic Colors of #8E04CD
Black with #8E04CD
Text Example
Text Example
White with #8E04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E04CD; }
p { color: rgb(142,4,205); }
H1.HeaderClassName
{
color: #8E04CD;
}
.AnyTagClassName
{
color: #8E04CD;
}
</style>
background-color css
<style>
a { background-color: #8E04CD; }
a { background-color: rgb(142,4,205); }
div.DivClassName
{
background-color: #8E04CD;
}
.BgClassName
{
background-color: #8E04CD;
}
</style>
border-color css
<style>
span { border-color: #8E04CD; }
span { border-color: rgb(142,4,205); }
td.TdClassName
{
border-color: #8E04CD;
}
.TagClassName
{
border-color: #8E04CD;
}
</style>