Shades of Dark Violet #8004E1
Tints of Dark Violet #8004E1
RGB
CMYK
RGB Variations
Color information
#8004E1 (or 0x8004E1) is known color: Dark Violet. HEX triplet: 80, 04 and E1. RGB value is (128,4,225). Sum of RGB (Red+Green+Blue) = 128+4+225=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #8004E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004E1 is #7FFB1E. Grayscale: #414141. Windows color (decimal): -8387359 or 14746752. OLE color: 14746752.
HSL color Cylindrical-coordinate representation of color #8004E1: hue angle of 273.67º 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 #8004E1 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 4 | 225 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.12 |
| HSL | 273.67º | 0.97% | 0.45% | - |
| HSV(B) | 273.67º | 0.98% | 0.88% | - |
| XYZ | 22.54 | 10.11 | 72 | - |
| YUV | 66.27 | 217.58 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 225 | 0.43 | 0.98 | 0 | 0.12 | 273.67 | 0.97 | 0.45 |
| Hex | 80 | 4 | E1 | 2B | 62 | 0 | C | 112 | 61 | 2D |
| Octal | 200 | 4 | 341 | 53 | 142 | 0 | 14 | 422 | 141 | 55 |
| Binary | 10000000 | 100 | 11100001 | 101011 | 1100010 | 0 | 1100 | 100010010 | 1100001 | 101101 |
Color Harmonies of #8004E1
Complementary color
Monochromatic Colors of #8004E1
Black with #8004E1
Text Example
Text Example
White with #8004E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004E1; }
p { color: rgb(128,4,225); }
H1.HeaderClassName
{
color: #8004E1;
}
.AnyTagClassName
{
color: #8004E1;
}
</style>
background-color css
<style>
a { background-color: #8004E1; }
a { background-color: rgb(128,4,225); }
div.DivClassName
{
background-color: #8004E1;
}
.BgClassName
{
background-color: #8004E1;
}
</style>
border-color css
<style>
span { border-color: #8004E1; }
span { border-color: rgb(128,4,225); }
td.TdClassName
{
border-color: #8004E1;
}
.TagClassName
{
border-color: #8004E1;
}
</style>