Shades of Dark Violet #8004EA
Tints of Dark Violet #8004EA
RGB
CMYK
RGB Variations
Color information
#8004EA (or 0x8004EA) is known color: Dark Violet. HEX triplet: 80, 04 and EA. RGB value is (128,4,234). Sum of RGB (Red+Green+Blue) = 128+4+234=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #8004EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8004EA is #7FFB15. Grayscale: #424242. Windows color (decimal): -8387350 or 15336576. OLE color: 15336576.
HSL color Cylindrical-coordinate representation of color #8004EA: hue angle of 272.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004EA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 4 | 234 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.08 |
| HSL | 272.35º | 0.97% | 0.47% | - |
| HSV(B) | 272.35º | 0.98% | 0.92% | - |
| XYZ | 23.8 | 10.62 | 78.64 | - |
| YUV | 67.3 | 222.08 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 234 | 0.45 | 0.98 | 0 | 0.08 | 272.35 | 0.97 | 0.47 |
| Hex | 80 | 4 | EA | 2D | 62 | 0 | 8 | 110 | 61 | 2F |
| Octal | 200 | 4 | 352 | 55 | 142 | 0 | 10 | 420 | 141 | 57 |
| Binary | 10000000 | 100 | 11101010 | 101101 | 1100010 | 0 | 1000 | 100010000 | 1100001 | 101111 |
Color Harmonies of #8004EA
Complementary color
Monochromatic Colors of #8004EA
Black with #8004EA
Text Example
Text Example
White with #8004EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004EA; }
p { color: rgb(128,4,234); }
H1.HeaderClassName
{
color: #8004EA;
}
.AnyTagClassName
{
color: #8004EA;
}
</style>
background-color css
<style>
a { background-color: #8004EA; }
a { background-color: rgb(128,4,234); }
div.DivClassName
{
background-color: #8004EA;
}
.BgClassName
{
background-color: #8004EA;
}
</style>
border-color css
<style>
span { border-color: #8004EA; }
span { border-color: rgb(128,4,234); }
td.TdClassName
{
border-color: #8004EA;
}
.TagClassName
{
border-color: #8004EA;
}
</style>