Shades of Dark Violet #8410DE
Tints of Dark Violet #8410DE
RGB
CMYK
RGB Variations
Color information
#8410DE (or 0x8410DE) is known color: Dark Violet. HEX triplet: 84, 10 and DE. RGB value is (132,16,222). Sum of RGB (Red+Green+Blue) = 132+16+222=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #8410DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410DE is #7BEF21. Grayscale: #494949. Windows color (decimal): -8122146 or 14553220. OLE color: 14553220.
HSL color Cylindrical-coordinate representation of color #8410DE: hue angle of 273.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8410DE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 16 | 222 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.13 |
| HSL | 273.79º | 0.87% | 0.47% | - |
| HSV(B) | 273.79º | 0.93% | 0.87% | - |
| XYZ | 22.89 | 10.55 | 69.94 | - |
| YUV | 74.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 222 | 0.41 | 0.93 | 0 | 0.13 | 273.79 | 0.87 | 0.47 |
| Hex | 84 | 10 | DE | 29 | 5D | 0 | D | 112 | 57 | 2F |
| Octal | 204 | 20 | 336 | 51 | 135 | 0 | 15 | 422 | 127 | 57 |
| Binary | 10000100 | 10000 | 11011110 | 101001 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101111 |
Color Harmonies of #8410DE
Complementary color
Monochromatic Colors of #8410DE
Black with #8410DE
Text Example
Text Example
White with #8410DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410DE; }
p { color: rgb(132,16,222); }
H1.HeaderClassName
{
color: #8410DE;
}
.AnyTagClassName
{
color: #8410DE;
}
</style>
background-color css
<style>
a { background-color: #8410DE; }
a { background-color: rgb(132,16,222); }
div.DivClassName
{
background-color: #8410DE;
}
.BgClassName
{
background-color: #8410DE;
}
</style>
border-color css
<style>
span { border-color: #8410DE; }
span { border-color: rgb(132,16,222); }
td.TdClassName
{
border-color: #8410DE;
}
.TagClassName
{
border-color: #8410DE;
}
</style>