Shades of Dark Violet #8405EF
Tints of Dark Violet #8405EF
RGB
CMYK
RGB Variations
Color information
#8405EF (or 0x8405EF) is known color: Dark Violet. HEX triplet: 84, 05 and EF. RGB value is (132,5,239). Sum of RGB (Red+Green+Blue) = 132+5+239=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #8405EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405EF is #7BFA10. Grayscale: #444444. Windows color (decimal): -8124945 or 15664516. OLE color: 15664516.
HSL color Cylindrical-coordinate representation of color #8405EF: hue angle of 272.56º degrees, saturation: 0.96, 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 #8405EF is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 5 | 239 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.06 |
| HSL | 272.56º | 0.96% | 0.48% | - |
| HSV(B) | 272.56º | 0.98% | 0.94% | - |
| XYZ | 25.15 | 11.25 | 82.51 | - |
| YUV | 69.65 | 223.58 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 239 | 0.45 | 0.98 | 0 | 0.06 | 272.56 | 0.96 | 0.48 |
| Hex | 84 | 5 | EF | 2D | 62 | 0 | 6 | 111 | 60 | 30 |
| Octal | 204 | 5 | 357 | 55 | 142 | 0 | 6 | 421 | 140 | 60 |
| Binary | 10000100 | 101 | 11101111 | 101101 | 1100010 | 0 | 110 | 100010001 | 1100000 | 110000 |
Color Harmonies of #8405EF
Complementary color
Monochromatic Colors of #8405EF
Black with #8405EF
Text Example
Text Example
White with #8405EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405EF; }
p { color: rgb(132,5,239); }
H1.HeaderClassName
{
color: #8405EF;
}
.AnyTagClassName
{
color: #8405EF;
}
</style>
background-color css
<style>
a { background-color: #8405EF; }
a { background-color: rgb(132,5,239); }
div.DivClassName
{
background-color: #8405EF;
}
.BgClassName
{
background-color: #8405EF;
}
</style>
border-color css
<style>
span { border-color: #8405EF; }
span { border-color: rgb(132,5,239); }
td.TdClassName
{
border-color: #8405EF;
}
.TagClassName
{
border-color: #8405EF;
}
</style>