Shades of Dark Violet #8210DC
Tints of Dark Violet #8210DC
RGB
CMYK
RGB Variations
Color information
#8210DC (or 0x8210DC) is known color: Dark Violet. HEX triplet: 82, 10 and DC. RGB value is (130,16,220). Sum of RGB (Red+Green+Blue) = 130+16+220=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #8210DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210DC is #7DEF23. Grayscale: #484848. Windows color (decimal): -8253220 or 14422146. OLE color: 14422146.
HSL color Cylindrical-coordinate representation of color #8210DC: hue angle of 273.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8210DC is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 16 | 220 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.14 |
| HSL | 273.53º | 0.86% | 0.46% | - |
| HSV(B) | 273.53º | 0.93% | 0.86% | - |
| XYZ | 22.31 | 10.28 | 68.52 | - |
| YUV | 73.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 220 | 0.41 | 0.93 | 0 | 0.14 | 273.53 | 0.86 | 0.46 |
| Hex | 82 | 10 | DC | 29 | 5D | 0 | E | 112 | 56 | 2E |
| Octal | 202 | 20 | 334 | 51 | 135 | 0 | 16 | 422 | 126 | 56 |
| Binary | 10000010 | 10000 | 11011100 | 101001 | 1011101 | 0 | 1110 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8210DC
Complementary color
Monochromatic Colors of #8210DC
Black with #8210DC
Text Example
Text Example
White with #8210DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210DC; }
p { color: rgb(130,16,220); }
H1.HeaderClassName
{
color: #8210DC;
}
.AnyTagClassName
{
color: #8210DC;
}
</style>
background-color css
<style>
a { background-color: #8210DC; }
a { background-color: rgb(130,16,220); }
div.DivClassName
{
background-color: #8210DC;
}
.BgClassName
{
background-color: #8210DC;
}
</style>
border-color css
<style>
span { border-color: #8210DC; }
span { border-color: rgb(130,16,220); }
td.TdClassName
{
border-color: #8210DC;
}
.TagClassName
{
border-color: #8210DC;
}
</style>