Shades of Dark Violet #8211AD
Tints of Dark Violet #8211AD
RGB
CMYK
RGB Variations
Color information
#8211AD (or 0x8211AD) is known color: Dark Violet. HEX triplet: 82, 11 and AD. RGB value is (130,17,173). Sum of RGB (Red+Green+Blue) = 130+17+173=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #8211AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211AD is #7DEE52. Grayscale: #444444. Windows color (decimal): -8253011 or 11342210. OLE color: 11342210.
HSL color Cylindrical-coordinate representation of color #8211AD: hue angle of 283.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8211AD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 17 | 173 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.32 |
| HSL | 283.46º | 0.82% | 0.37% | - |
| HSV(B) | 283.46º | 0.9% | 0.68% | - |
| XYZ | 16.95 | 8.16 | 40.22 | - |
| YUV | 68.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 173 | 0.25 | 0.90 | 0 | 0.32 | 283.46 | 0.82 | 0.37 |
| Hex | 82 | 11 | AD | 19 | 5A | 0 | 20 | 11B | 52 | 25 |
| Octal | 202 | 21 | 255 | 31 | 132 | 0 | 40 | 433 | 122 | 45 |
| Binary | 10000010 | 10001 | 10101101 | 11001 | 1011010 | 0 | 100000 | 100011011 | 1010010 | 100101 |
Color Harmonies of #8211AD
Complementary color
Monochromatic Colors of #8211AD
Black with #8211AD
Text Example
Text Example
White with #8211AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211AD; }
p { color: rgb(130,17,173); }
H1.HeaderClassName
{
color: #8211AD;
}
.AnyTagClassName
{
color: #8211AD;
}
</style>
background-color css
<style>
a { background-color: #8211AD; }
a { background-color: rgb(130,17,173); }
div.DivClassName
{
background-color: #8211AD;
}
.BgClassName
{
background-color: #8211AD;
}
</style>
border-color css
<style>
span { border-color: #8211AD; }
span { border-color: rgb(130,17,173); }
td.TdClassName
{
border-color: #8211AD;
}
.TagClassName
{
border-color: #8211AD;
}
</style>