Shades of Dark Violet #8404E4
Tints of Dark Violet #8404E4
RGB
CMYK
RGB Variations
Color information
#8404E4 (or 0x8404E4) is known color: Dark Violet. HEX triplet: 84, 04 and E4. RGB value is (132,4,228). Sum of RGB (Red+Green+Blue) = 132+4+228=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #8404E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404E4 is #7BFB1B. Grayscale: #434343. Windows color (decimal): -8125212 or 14943364. OLE color: 14943364.
HSL color Cylindrical-coordinate representation of color #8404E4: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404E4 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 4 | 228 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.11 |
| HSL | 274.29º | 0.97% | 0.45% | - |
| HSV(B) | 274.29º | 0.98% | 0.89% | - |
| XYZ | 23.56 | 10.59 | 74.2 | - |
| YUV | 67.81 | 218.41 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 228 | 0.42 | 0.98 | 0 | 0.11 | 274.29 | 0.97 | 0.45 |
| Hex | 84 | 4 | E4 | 2A | 62 | 0 | B | 112 | 61 | 2D |
| Octal | 204 | 4 | 344 | 52 | 142 | 0 | 13 | 422 | 141 | 55 |
| Binary | 10000100 | 100 | 11100100 | 101010 | 1100010 | 0 | 1011 | 100010010 | 1100001 | 101101 |
Color Harmonies of #8404E4
Complementary color
Monochromatic Colors of #8404E4
Black with #8404E4
Text Example
Text Example
White with #8404E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404E4; }
p { color: rgb(132,4,228); }
H1.HeaderClassName
{
color: #8404E4;
}
.AnyTagClassName
{
color: #8404E4;
}
</style>
background-color css
<style>
a { background-color: #8404E4; }
a { background-color: rgb(132,4,228); }
div.DivClassName
{
background-color: #8404E4;
}
.BgClassName
{
background-color: #8404E4;
}
</style>
border-color css
<style>
span { border-color: #8404E4; }
span { border-color: rgb(132,4,228); }
td.TdClassName
{
border-color: #8404E4;
}
.TagClassName
{
border-color: #8404E4;
}
</style>