Shades of Dark Violet #8404E1
Tints of Dark Violet #8404E1
RGB
CMYK
RGB Variations
Color information
#8404E1 (or 0x8404E1) is known color: Dark Violet. HEX triplet: 84, 04 and E1. RGB value is (132,4,225). Sum of RGB (Red+Green+Blue) = 132+4+225=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #8404E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404E1 is #7BFB1E. Grayscale: #424242. Windows color (decimal): -8125215 or 14746756. OLE color: 14746756.
HSL color Cylindrical-coordinate representation of color #8404E1: hue angle of 274.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404E1 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 4 | 225 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.12 |
| HSL | 274.75º | 0.97% | 0.45% | - |
| HSV(B) | 274.75º | 0.98% | 0.88% | - |
| XYZ | 23.15 | 10.43 | 72.03 | - |
| YUV | 67.47 | 216.91 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 225 | 0.41 | 0.98 | 0 | 0.12 | 274.75 | 0.97 | 0.45 |
| Hex | 84 | 4 | E1 | 29 | 62 | 0 | C | 113 | 61 | 2D |
| Octal | 204 | 4 | 341 | 51 | 142 | 0 | 14 | 423 | 141 | 55 |
| Binary | 10000100 | 100 | 11100001 | 101001 | 1100010 | 0 | 1100 | 100010011 | 1100001 | 101101 |
Color Harmonies of #8404E1
Complementary color
Monochromatic Colors of #8404E1
Black with #8404E1
Text Example
Text Example
White with #8404E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404E1; }
p { color: rgb(132,4,225); }
H1.HeaderClassName
{
color: #8404E1;
}
.AnyTagClassName
{
color: #8404E1;
}
</style>
background-color css
<style>
a { background-color: #8404E1; }
a { background-color: rgb(132,4,225); }
div.DivClassName
{
background-color: #8404E1;
}
.BgClassName
{
background-color: #8404E1;
}
</style>
border-color css
<style>
span { border-color: #8404E1; }
span { border-color: rgb(132,4,225); }
td.TdClassName
{
border-color: #8404E1;
}
.TagClassName
{
border-color: #8404E1;
}
</style>