Shades of Dark Violet #8404EF
Tints of Dark Violet #8404EF
RGB
CMYK
RGB Variations
Color information
#8404EF (or 0x8404EF) is known color: Dark Violet. HEX triplet: 84, 04 and EF. RGB value is (132,4,239). Sum of RGB (Red+Green+Blue) = 132+4+239=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #8404EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8404EF is #7BFB10. Grayscale: #444444. Windows color (decimal): -8125201 or 15664260. OLE color: 15664260.
HSL color Cylindrical-coordinate representation of color #8404EF: hue angle of 272.68º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404EF is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 4 | 239 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.06 |
| HSL | 272.68º | 0.97% | 0.48% | - |
| HSV(B) | 272.68º | 0.98% | 0.94% | - |
| XYZ | 25.14 | 11.22 | 82.5 | - |
| YUV | 69.06 | 223.91 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 239 | 0.45 | 0.98 | 0 | 0.06 | 272.68 | 0.97 | 0.48 |
| Hex | 84 | 4 | EF | 2D | 62 | 0 | 6 | 111 | 61 | 30 |
| Octal | 204 | 4 | 357 | 55 | 142 | 0 | 6 | 421 | 141 | 60 |
| Binary | 10000100 | 100 | 11101111 | 101101 | 1100010 | 0 | 110 | 100010001 | 1100001 | 110000 |
Color Harmonies of #8404EF
Complementary color
Monochromatic Colors of #8404EF
Black with #8404EF
Text Example
Text Example
White with #8404EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8404EF; }
p { color: rgb(132,4,239); }
H1.HeaderClassName
{
color: #8404EF;
}
.AnyTagClassName
{
color: #8404EF;
}
</style>
background-color css
<style>
a { background-color: #8404EF; }
a { background-color: rgb(132,4,239); }
div.DivClassName
{
background-color: #8404EF;
}
.BgClassName
{
background-color: #8404EF;
}
</style>
border-color css
<style>
span { border-color: #8404EF; }
span { border-color: rgb(132,4,239); }
td.TdClassName
{
border-color: #8404EF;
}
.TagClassName
{
border-color: #8404EF;
}
</style>