Shades of Dark Violet #8004E9
Tints of Dark Violet #8004E9
RGB
CMYK
RGB Variations
Color information
#8004E9 (or 0x8004E9) is known color: Dark Violet. HEX triplet: 80, 04 and E9. RGB value is (128,4,233). Sum of RGB (Red+Green+Blue) = 128+4+233=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #8004E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8004E9 is #7FFB16. Grayscale: #424242. Windows color (decimal): -8387351 or 15271040. OLE color: 15271040.
HSL color Cylindrical-coordinate representation of color #8004E9: hue angle of 272.49º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004E9 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 4 | 233 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.09 |
| HSL | 272.49º | 0.97% | 0.46% | - |
| HSV(B) | 272.49º | 0.98% | 0.91% | - |
| XYZ | 23.65 | 10.56 | 77.88 | - |
| YUV | 67.18 | 221.58 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 233 | 0.45 | 0.98 | 0 | 0.09 | 272.49 | 0.97 | 0.46 |
| Hex | 80 | 4 | E9 | 2D | 62 | 0 | 9 | 110 | 61 | 2E |
| Octal | 200 | 4 | 351 | 55 | 142 | 0 | 11 | 420 | 141 | 56 |
| Binary | 10000000 | 100 | 11101001 | 101101 | 1100010 | 0 | 1001 | 100010000 | 1100001 | 101110 |
Color Harmonies of #8004E9
Complementary color
Monochromatic Colors of #8004E9
Black with #8004E9
Text Example
Text Example
White with #8004E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004E9; }
p { color: rgb(128,4,233); }
H1.HeaderClassName
{
color: #8004E9;
}
.AnyTagClassName
{
color: #8004E9;
}
</style>
background-color css
<style>
a { background-color: #8004E9; }
a { background-color: rgb(128,4,233); }
div.DivClassName
{
background-color: #8004E9;
}
.BgClassName
{
background-color: #8004E9;
}
</style>
border-color css
<style>
span { border-color: #8004E9; }
span { border-color: rgb(128,4,233); }
td.TdClassName
{
border-color: #8004E9;
}
.TagClassName
{
border-color: #8004E9;
}
</style>