Shades of Dark Violet #8211DA
Tints of Dark Violet #8211DA
RGB
CMYK
RGB Variations
Color information
#8211DA (or 0x8211DA) is known color: Dark Violet. HEX triplet: 82, 11 and DA. RGB value is (130,17,218). Sum of RGB (Red+Green+Blue) = 130+17+218=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8211DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DA is #7DEE25. Grayscale: #494949. Windows color (decimal): -8252966 or 14291330. OLE color: 14291330.
HSL color Cylindrical-coordinate representation of color #8211DA: hue angle of 273.73º degrees, saturation: 0.86, 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 #8211DA is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 17 | 218 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.15 |
| HSL | 273.73º | 0.86% | 0.46% | - |
| HSV(B) | 273.73º | 0.92% | 0.85% | - |
| XYZ | 22.06 | 10.21 | 67.14 | - |
| YUV | 73.7 | 209.44 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 218 | 0.40 | 0.92 | 0 | 0.15 | 273.73 | 0.86 | 0.46 |
| Hex | 82 | 11 | DA | 28 | 5C | 0 | F | 112 | 56 | 2E |
| Octal | 202 | 21 | 332 | 50 | 134 | 0 | 17 | 422 | 126 | 56 |
| Binary | 10000010 | 10001 | 11011010 | 101000 | 1011100 | 0 | 1111 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8211DA
Complementary color
Monochromatic Colors of #8211DA
Black with #8211DA
Text Example
Text Example
White with #8211DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211DA; }
p { color: rgb(130,17,218); }
H1.HeaderClassName
{
color: #8211DA;
}
.AnyTagClassName
{
color: #8211DA;
}
</style>
background-color css
<style>
a { background-color: #8211DA; }
a { background-color: rgb(130,17,218); }
div.DivClassName
{
background-color: #8211DA;
}
.BgClassName
{
background-color: #8211DA;
}
</style>
border-color css
<style>
span { border-color: #8211DA; }
span { border-color: rgb(130,17,218); }
td.TdClassName
{
border-color: #8211DA;
}
.TagClassName
{
border-color: #8211DA;
}
</style>