Shades of Dark Violet #8D04E1
Tints of Dark Violet #8D04E1
RGB
CMYK
RGB Variations
Color information
#8D04E1 (or 0x8D04E1) is known color: Dark Violet. HEX triplet: 8D, 04 and E1. RGB value is (141,4,225). Sum of RGB (Red+Green+Blue) = 141+4+225=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D04E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04E1 is #72FB1E. Grayscale: #454545. Windows color (decimal): -7535391 or 14746765. OLE color: 14746765.
HSL color Cylindrical-coordinate representation of color #8D04E1: hue angle of 277.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04E1 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 4 | 225 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.12 |
| HSL | 277.19º | 0.97% | 0.45% | - |
| HSV(B) | 277.19º | 0.98% | 0.88% | - |
| XYZ | 24.62 | 11.19 | 72.1 | - |
| YUV | 70.16 | 215.39 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 225 | 0.37 | 0.98 | 0 | 0.12 | 277.19 | 0.97 | 0.45 |
| Hex | 8D | 4 | E1 | 25 | 62 | 0 | C | 115 | 61 | 2D |
| Octal | 215 | 4 | 341 | 45 | 142 | 0 | 14 | 425 | 141 | 55 |
| Binary | 10001101 | 100 | 11100001 | 100101 | 1100010 | 0 | 1100 | 100010101 | 1100001 | 101101 |
Color Harmonies of #8D04E1
Complementary color
Monochromatic Colors of #8D04E1
Black with #8D04E1
Text Example
Text Example
White with #8D04E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D04E1; }
p { color: rgb(141,4,225); }
H1.HeaderClassName
{
color: #8D04E1;
}
.AnyTagClassName
{
color: #8D04E1;
}
</style>
background-color css
<style>
a { background-color: #8D04E1; }
a { background-color: rgb(141,4,225); }
div.DivClassName
{
background-color: #8D04E1;
}
.BgClassName
{
background-color: #8D04E1;
}
</style>
border-color css
<style>
span { border-color: #8D04E1; }
span { border-color: rgb(141,4,225); }
td.TdClassName
{
border-color: #8D04E1;
}
.TagClassName
{
border-color: #8D04E1;
}
</style>