Shades of Dark Violet #8404EA
Tints of Dark Violet #8404EA
RGB
CMYK
RGB Variations
Color information
#8404EA (or 0x8404EA) is known color: Dark Violet. HEX triplet: 84, 04 and EA. RGB value is (132,4,234). Sum of RGB (Red+Green+Blue) = 132+4+234=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #8404EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8404EA is #7BFB15. Grayscale: #434343. Windows color (decimal): -8125206 or 15336580. OLE color: 15336580.
HSL color Cylindrical-coordinate representation of color #8404EA: hue angle of 273.39º 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 #8404EA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 4 | 234 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.08 |
| HSL | 273.39º | 0.97% | 0.47% | - |
| HSV(B) | 273.39º | 0.98% | 0.92% | - |
| XYZ | 24.41 | 10.93 | 78.67 | - |
| YUV | 68.49 | 221.41 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 234 | 0.44 | 0.98 | 0 | 0.08 | 273.39 | 0.97 | 0.47 |
| Hex | 84 | 4 | EA | 2C | 62 | 0 | 8 | 111 | 61 | 2F |
| Octal | 204 | 4 | 352 | 54 | 142 | 0 | 10 | 421 | 141 | 57 |
| Binary | 10000100 | 100 | 11101010 | 101100 | 1100010 | 0 | 1000 | 100010001 | 1100001 | 101111 |
Color Harmonies of #8404EA
Complementary color
Monochromatic Colors of #8404EA
Black with #8404EA
Text Example
Text Example
White with #8404EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404EA; }
p { color: rgb(132,4,234); }
H1.HeaderClassName
{
color: #8404EA;
}
.AnyTagClassName
{
color: #8404EA;
}
</style>
background-color css
<style>
a { background-color: #8404EA; }
a { background-color: rgb(132,4,234); }
div.DivClassName
{
background-color: #8404EA;
}
.BgClassName
{
background-color: #8404EA;
}
</style>
border-color css
<style>
span { border-color: #8404EA; }
span { border-color: rgb(132,4,234); }
td.TdClassName
{
border-color: #8404EA;
}
.TagClassName
{
border-color: #8404EA;
}
</style>