Shades of Dark Violet #8001E4
Tints of Dark Violet #8001E4
RGB
CMYK
RGB Variations
Color information
#8001E4 (or 0x8001E4) is known color: Dark Violet. HEX triplet: 80, 01 and E4. RGB value is (128,1,228). Sum of RGB (Red+Green+Blue) = 128+1+228=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #8001E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001E4 is #7FFE1B. Grayscale: #404040. Windows color (decimal): -8388124 or 14942592. OLE color: 14942592.
HSL color Cylindrical-coordinate representation of color #8001E4: hue angle of 273.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8001E4 is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 1 | 228 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.11 |
| HSL | 273.57º | 0.99% | 0.45% | - |
| HSV(B) | 273.57º | 1% | 0.89% | - |
| XYZ | 22.92 | 10.21 | 74.16 | - |
| YUV | 64.85 | 220.08 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 228 | 0.44 | 1.00 | 0 | 0.11 | 273.57 | 0.99 | 0.45 |
| Hex | 80 | 1 | E4 | 2C | 64 | 0 | B | 112 | 63 | 2D |
| Octal | 200 | 1 | 344 | 54 | 144 | 0 | 13 | 422 | 143 | 55 |
| Binary | 10000000 | 1 | 11100100 | 101100 | 1100100 | 0 | 1011 | 100010010 | 1100011 | 101101 |
Color Harmonies of #8001E4
Complementary color
Monochromatic Colors of #8001E4
Black with #8001E4
Text Example
Text Example
White with #8001E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001E4; }
p { color: rgb(128,1,228); }
H1.HeaderClassName
{
color: #8001E4;
}
.AnyTagClassName
{
color: #8001E4;
}
</style>
background-color css
<style>
a { background-color: #8001E4; }
a { background-color: rgb(128,1,228); }
div.DivClassName
{
background-color: #8001E4;
}
.BgClassName
{
background-color: #8001E4;
}
</style>
border-color css
<style>
span { border-color: #8001E4; }
span { border-color: rgb(128,1,228); }
td.TdClassName
{
border-color: #8001E4;
}
.TagClassName
{
border-color: #8001E4;
}
</style>