Shades of Dark Violet #8410CE
Tints of Dark Violet #8410CE
RGB
CMYK
RGB Variations
Color information
#8410CE (or 0x8410CE) is known color: Dark Violet. HEX triplet: 84, 10 and CE. RGB value is (132,16,206). Sum of RGB (Red+Green+Blue) = 132+16+206=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #8410CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410CE is #7BEF31. Grayscale: #474747. Windows color (decimal): -8122162 or 13504644. OLE color: 13504644.
HSL color Cylindrical-coordinate representation of color #8410CE: hue angle of 276.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8410CE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 16 | 206 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.19 |
| HSL | 276.63º | 0.86% | 0.44% | - |
| HSV(B) | 276.63º | 0.92% | 0.81% | - |
| XYZ | 20.84 | 9.73 | 59.17 | - |
| YUV | 72.34 | 203.43 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 206 | 0.36 | 0.92 | 0 | 0.19 | 276.63 | 0.86 | 0.44 |
| Hex | 84 | 10 | CE | 24 | 5C | 0 | 13 | 115 | 56 | 2C |
| Octal | 204 | 20 | 316 | 44 | 134 | 0 | 23 | 425 | 126 | 54 |
| Binary | 10000100 | 10000 | 11001110 | 100100 | 1011100 | 0 | 10011 | 100010101 | 1010110 | 101100 |
Color Harmonies of #8410CE
Complementary color
Monochromatic Colors of #8410CE
Black with #8410CE
Text Example
Text Example
White with #8410CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410CE; }
p { color: rgb(132,16,206); }
H1.HeaderClassName
{
color: #8410CE;
}
.AnyTagClassName
{
color: #8410CE;
}
</style>
background-color css
<style>
a { background-color: #8410CE; }
a { background-color: rgb(132,16,206); }
div.DivClassName
{
background-color: #8410CE;
}
.BgClassName
{
background-color: #8410CE;
}
</style>
border-color css
<style>
span { border-color: #8410CE; }
span { border-color: rgb(132,16,206); }
td.TdClassName
{
border-color: #8410CE;
}
.TagClassName
{
border-color: #8410CE;
}
</style>