Shades of Dark Violet #8405ED
Tints of Dark Violet #8405ED
RGB
CMYK
RGB Variations
Color information
#8405ED (or 0x8405ED) is known color: Dark Violet. HEX triplet: 84, 05 and ED. RGB value is (132,5,237). Sum of RGB (Red+Green+Blue) = 132+5+237=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #8405ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405ED is #7BFA12. Grayscale: #444444. Windows color (decimal): -8124947 or 15533444. OLE color: 15533444.
HSL color Cylindrical-coordinate representation of color #8405ED: hue angle of 272.84º 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 #8405ED is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 5 | 237 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.07 |
| HSL | 272.84º | 0.96% | 0.47% | - |
| HSV(B) | 272.84º | 0.98% | 0.93% | - |
| XYZ | 24.86 | 11.13 | 80.96 | - |
| YUV | 69.42 | 222.58 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 237 | 0.44 | 0.98 | 0 | 0.07 | 272.84 | 0.96 | 0.47 |
| Hex | 84 | 5 | ED | 2C | 62 | 0 | 7 | 111 | 60 | 2F |
| Octal | 204 | 5 | 355 | 54 | 142 | 0 | 7 | 421 | 140 | 57 |
| Binary | 10000100 | 101 | 11101101 | 101100 | 1100010 | 0 | 111 | 100010001 | 1100000 | 101111 |
Color Harmonies of #8405ED
Complementary color
Monochromatic Colors of #8405ED
Black with #8405ED
Text Example
Text Example
White with #8405ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405ED; }
p { color: rgb(132,5,237); }
H1.HeaderClassName
{
color: #8405ED;
}
.AnyTagClassName
{
color: #8405ED;
}
</style>
background-color css
<style>
a { background-color: #8405ED; }
a { background-color: rgb(132,5,237); }
div.DivClassName
{
background-color: #8405ED;
}
.BgClassName
{
background-color: #8405ED;
}
</style>
border-color css
<style>
span { border-color: #8405ED; }
span { border-color: rgb(132,5,237); }
td.TdClassName
{
border-color: #8405ED;
}
.TagClassName
{
border-color: #8405ED;
}
</style>