Shades of Dark Violet #8405EE
Tints of Dark Violet #8405EE
RGB
CMYK
RGB Variations
Color information
#8405EE (or 0x8405EE) is known color: Dark Violet. HEX triplet: 84, 05 and EE. RGB value is (132,5,238). Sum of RGB (Red+Green+Blue) = 132+5+238=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #8405EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405EE is #7BFA11. Grayscale: #444444. Windows color (decimal): -8124946 or 15598980. OLE color: 15598980.
HSL color Cylindrical-coordinate representation of color #8405EE: hue angle of 272.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405EE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 5 | 238 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.07 |
| HSL | 272.7º | 0.96% | 0.48% | - |
| HSV(B) | 272.7º | 0.98% | 0.93% | - |
| XYZ | 25 | 11.19 | 81.73 | - |
| YUV | 69.54 | 223.08 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 238 | 0.45 | 0.98 | 0 | 0.07 | 272.7 | 0.96 | 0.48 |
| Hex | 84 | 5 | EE | 2D | 62 | 0 | 7 | 111 | 60 | 30 |
| Octal | 204 | 5 | 356 | 55 | 142 | 0 | 7 | 421 | 140 | 60 |
| Binary | 10000100 | 101 | 11101110 | 101101 | 1100010 | 0 | 111 | 100010001 | 1100000 | 110000 |
Color Harmonies of #8405EE
Complementary color
Monochromatic Colors of #8405EE
Black with #8405EE
Text Example
Text Example
White with #8405EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405EE; }
p { color: rgb(132,5,238); }
H1.HeaderClassName
{
color: #8405EE;
}
.AnyTagClassName
{
color: #8405EE;
}
</style>
background-color css
<style>
a { background-color: #8405EE; }
a { background-color: rgb(132,5,238); }
div.DivClassName
{
background-color: #8405EE;
}
.BgClassName
{
background-color: #8405EE;
}
</style>
border-color css
<style>
span { border-color: #8405EE; }
span { border-color: rgb(132,5,238); }
td.TdClassName
{
border-color: #8405EE;
}
.TagClassName
{
border-color: #8405EE;
}
</style>