Shades of Dark Violet #8211D8
Tints of Dark Violet #8211D8
RGB
CMYK
RGB Variations
Color information
#8211D8 (or 0x8211D8) is known color: Dark Violet. HEX triplet: 82, 11 and D8. RGB value is (130,17,216). Sum of RGB (Red+Green+Blue) = 130+17+216=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #8211D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211D8 is #7DEE27. Grayscale: #484848. Windows color (decimal): -8252968 or 14160258. OLE color: 14160258.
HSL color Cylindrical-coordinate representation of color #8211D8: hue angle of 274.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8211D8 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 17 | 216 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.15 |
| HSL | 274.07º | 0.85% | 0.46% | - |
| HSV(B) | 274.07º | 0.92% | 0.85% | - |
| XYZ | 21.8 | 10.1 | 65.77 | - |
| YUV | 73.47 | 208.44 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 216 | 0.40 | 0.92 | 0 | 0.15 | 274.07 | 0.85 | 0.46 |
| Hex | 82 | 11 | D8 | 28 | 5C | 0 | F | 112 | 55 | 2E |
| Octal | 202 | 21 | 330 | 50 | 134 | 0 | 17 | 422 | 125 | 56 |
| Binary | 10000010 | 10001 | 11011000 | 101000 | 1011100 | 0 | 1111 | 100010010 | 1010101 | 101110 |
Color Harmonies of #8211D8
Complementary color
Monochromatic Colors of #8211D8
Black with #8211D8
Text Example
Text Example
White with #8211D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211D8; }
p { color: rgb(130,17,216); }
H1.HeaderClassName
{
color: #8211D8;
}
.AnyTagClassName
{
color: #8211D8;
}
</style>
background-color css
<style>
a { background-color: #8211D8; }
a { background-color: rgb(130,17,216); }
div.DivClassName
{
background-color: #8211D8;
}
.BgClassName
{
background-color: #8211D8;
}
</style>
border-color css
<style>
span { border-color: #8211D8; }
span { border-color: rgb(130,17,216); }
td.TdClassName
{
border-color: #8211D8;
}
.TagClassName
{
border-color: #8211D8;
}
</style>