Shades of Dark Violet #8405EC
Tints of Dark Violet #8405EC
RGB
CMYK
RGB Variations
Color information
#8405EC (or 0x8405EC) is known color: Dark Violet. HEX triplet: 84, 05 and EC. RGB value is (132,5,236). Sum of RGB (Red+Green+Blue) = 132+5+236=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #8405EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405EC is #7BFA13. Grayscale: #444444. Windows color (decimal): -8124948 or 15467908. OLE color: 15467908.
HSL color Cylindrical-coordinate representation of color #8405EC: hue angle of 272.99º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405EC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 5 | 236 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.07 |
| HSL | 272.99º | 0.96% | 0.47% | - |
| HSV(B) | 272.99º | 0.98% | 0.93% | - |
| XYZ | 24.71 | 11.07 | 80.19 | - |
| YUV | 69.31 | 222.08 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 236 | 0.44 | 0.98 | 0 | 0.07 | 272.99 | 0.96 | 0.47 |
| Hex | 84 | 5 | EC | 2C | 62 | 0 | 7 | 111 | 60 | 2F |
| Octal | 204 | 5 | 354 | 54 | 142 | 0 | 7 | 421 | 140 | 57 |
| Binary | 10000100 | 101 | 11101100 | 101100 | 1100010 | 0 | 111 | 100010001 | 1100000 | 101111 |
Color Harmonies of #8405EC
Complementary color
Monochromatic Colors of #8405EC
Black with #8405EC
Text Example
Text Example
White with #8405EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405EC; }
p { color: rgb(132,5,236); }
H1.HeaderClassName
{
color: #8405EC;
}
.AnyTagClassName
{
color: #8405EC;
}
</style>
background-color css
<style>
a { background-color: #8405EC; }
a { background-color: rgb(132,5,236); }
div.DivClassName
{
background-color: #8405EC;
}
.BgClassName
{
background-color: #8405EC;
}
</style>
border-color css
<style>
span { border-color: #8405EC; }
span { border-color: rgb(132,5,236); }
td.TdClassName
{
border-color: #8405EC;
}
.TagClassName
{
border-color: #8405EC;
}
</style>