Shades of Dark Violet #8211B7
Tints of Dark Violet #8211B7
RGB
CMYK
RGB Variations
Color information
#8211B7 (or 0x8211B7) is known color: Dark Violet. HEX triplet: 82, 11 and B7. RGB value is (130,17,183). Sum of RGB (Red+Green+Blue) = 130+17+183=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #8211B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211B7 is #7DEE48. Grayscale: #454545. Windows color (decimal): -8253001 or 11997570. OLE color: 11997570.
HSL color Cylindrical-coordinate representation of color #8211B7: hue angle of 280.84º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8211B7 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 17 | 183 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.28 |
| HSL | 280.84º | 0.83% | 0.39% | - |
| HSV(B) | 280.84º | 0.91% | 0.72% | - |
| XYZ | 17.95 | 8.57 | 45.51 | - |
| YUV | 69.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 183 | 0.29 | 0.91 | 0 | 0.28 | 280.84 | 0.83 | 0.39 |
| Hex | 82 | 11 | B7 | 1D | 5B | 0 | 1C | 119 | 53 | 27 |
| Octal | 202 | 21 | 267 | 35 | 133 | 0 | 34 | 431 | 123 | 47 |
| Binary | 10000010 | 10001 | 10110111 | 11101 | 1011011 | 0 | 11100 | 100011001 | 1010011 | 100111 |
Color Harmonies of #8211B7
Complementary color
Monochromatic Colors of #8211B7
Black with #8211B7
Text Example
Text Example
White with #8211B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211B7; }
p { color: rgb(130,17,183); }
H1.HeaderClassName
{
color: #8211B7;
}
.AnyTagClassName
{
color: #8211B7;
}
</style>
background-color css
<style>
a { background-color: #8211B7; }
a { background-color: rgb(130,17,183); }
div.DivClassName
{
background-color: #8211B7;
}
.BgClassName
{
background-color: #8211B7;
}
</style>
border-color css
<style>
span { border-color: #8211B7; }
span { border-color: rgb(130,17,183); }
td.TdClassName
{
border-color: #8211B7;
}
.TagClassName
{
border-color: #8211B7;
}
</style>