Shades of Dark Violet #8212B2
Tints of Dark Violet #8212B2
RGB
CMYK
RGB Variations
Color information
#8212B2 (or 0x8212B2) is known color: Dark Violet. HEX triplet: 82, 12 and B2. RGB value is (130,18,178). Sum of RGB (Red+Green+Blue) = 130+18+178=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #8212B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8212B2 is #7DED4D. Grayscale: #454545. Windows color (decimal): -8252750 or 11670146. OLE color: 11670146.
HSL color Cylindrical-coordinate representation of color #8212B2: hue angle of 282º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8212B2 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 18 | 178 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.30 |
| HSL | 282º | 0.82% | 0.38% | - |
| HSV(B) | 282º | 0.9% | 0.7% | - |
| XYZ | 17.46 | 8.39 | 42.82 | - |
| YUV | 69.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 178 | 0.27 | 0.90 | 0 | 0.30 | 282 | 0.82 | 0.38 |
| Hex | 82 | 12 | B2 | 1B | 5A | 0 | 1E | 11A | 52 | 26 |
| Octal | 202 | 22 | 262 | 33 | 132 | 0 | 36 | 432 | 122 | 46 |
| Binary | 10000010 | 10010 | 10110010 | 11011 | 1011010 | 0 | 11110 | 100011010 | 1010010 | 100110 |
Color Harmonies of #8212B2
Complementary color
Monochromatic Colors of #8212B2
Black with #8212B2
Text Example
Text Example
White with #8212B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212B2; }
p { color: rgb(130,18,178); }
H1.HeaderClassName
{
color: #8212B2;
}
.AnyTagClassName
{
color: #8212B2;
}
</style>
background-color css
<style>
a { background-color: #8212B2; }
a { background-color: rgb(130,18,178); }
div.DivClassName
{
background-color: #8212B2;
}
.BgClassName
{
background-color: #8212B2;
}
</style>
border-color css
<style>
span { border-color: #8212B2; }
span { border-color: rgb(130,18,178); }
td.TdClassName
{
border-color: #8212B2;
}
.TagClassName
{
border-color: #8212B2;
}
</style>