Shades of Dark Violet #8405E6
Tints of Dark Violet #8405E6
RGB
CMYK
RGB Variations
Color information
#8405E6 (or 0x8405E6) is known color: Dark Violet. HEX triplet: 84, 05 and E6. RGB value is (132,5,230). Sum of RGB (Red+Green+Blue) = 132+5+230=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 230 (90.23% from 255 or 62.67% from 367); Max value from RGB is 230 - color contains mainly: blue. Hex color #8405E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405E6 is #7BFA19. Grayscale: #434343. Windows color (decimal): -8124954 or 15074692. OLE color: 15074692.
HSL color Cylindrical-coordinate representation of color #8405E6: hue angle of 273.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405E6 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 5 | 230 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.10 |
| HSL | 273.87º | 0.96% | 0.46% | - |
| HSV(B) | 273.87º | 0.98% | 0.9% | - |
| XYZ | 23.85 | 10.73 | 75.68 | - |
| YUV | 68.62 | 219.08 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 230 | 0.43 | 0.98 | 0 | 0.10 | 273.87 | 0.96 | 0.46 |
| Hex | 84 | 5 | E6 | 2B | 62 | 0 | A | 112 | 60 | 2E |
| Octal | 204 | 5 | 346 | 53 | 142 | 0 | 12 | 422 | 140 | 56 |
| Binary | 10000100 | 101 | 11100110 | 101011 | 1100010 | 0 | 1010 | 100010010 | 1100000 | 101110 |
Color Harmonies of #8405E6
Complementary color
Monochromatic Colors of #8405E6
Black with #8405E6
Text Example
Text Example
White with #8405E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405E6; }
p { color: rgb(132,5,230); }
H1.HeaderClassName
{
color: #8405E6;
}
.AnyTagClassName
{
color: #8405E6;
}
</style>
background-color css
<style>
a { background-color: #8405E6; }
a { background-color: rgb(132,5,230); }
div.DivClassName
{
background-color: #8405E6;
}
.BgClassName
{
background-color: #8405E6;
}
</style>
border-color css
<style>
span { border-color: #8405E6; }
span { border-color: rgb(132,5,230); }
td.TdClassName
{
border-color: #8405E6;
}
.TagClassName
{
border-color: #8405E6;
}
</style>