Shades of Dark Violet #8210B6
Tints of Dark Violet #8210B6
RGB
CMYK
RGB Variations
Color information
#8210B6 (or 0x8210B6) is known color: Dark Violet. HEX triplet: 82, 10 and B6. RGB value is (130,16,182). Sum of RGB (Red+Green+Blue) = 130+16+182=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #8210B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210B6 is #7DEF49. Grayscale: #444444. Windows color (decimal): -8253258 or 11931778. OLE color: 11931778.
HSL color Cylindrical-coordinate representation of color #8210B6: hue angle of 281.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8210B6 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 16 | 182 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.29 |
| HSL | 281.2º | 0.84% | 0.39% | - |
| HSV(B) | 281.2º | 0.91% | 0.71% | - |
| XYZ | 17.83 | 8.49 | 44.96 | - |
| YUV | 69.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 182 | 0.29 | 0.91 | 0 | 0.29 | 281.2 | 0.84 | 0.39 |
| Hex | 82 | 10 | B6 | 1D | 5B | 0 | 1D | 119 | 54 | 27 |
| Octal | 202 | 20 | 266 | 35 | 133 | 0 | 35 | 431 | 124 | 47 |
| Binary | 10000010 | 10000 | 10110110 | 11101 | 1011011 | 0 | 11101 | 100011001 | 1010100 | 100111 |
Color Harmonies of #8210B6
Complementary color
Monochromatic Colors of #8210B6
Black with #8210B6
Text Example
Text Example
White with #8210B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210B6; }
p { color: rgb(130,16,182); }
H1.HeaderClassName
{
color: #8210B6;
}
.AnyTagClassName
{
color: #8210B6;
}
</style>
background-color css
<style>
a { background-color: #8210B6; }
a { background-color: rgb(130,16,182); }
div.DivClassName
{
background-color: #8210B6;
}
.BgClassName
{
background-color: #8210B6;
}
</style>
border-color css
<style>
span { border-color: #8210B6; }
span { border-color: rgb(130,16,182); }
td.TdClassName
{
border-color: #8210B6;
}
.TagClassName
{
border-color: #8210B6;
}
</style>