Shades of Dark Violet #8212BD
Tints of Dark Violet #8212BD
RGB
CMYK
RGB Variations
Color information
#8212BD (or 0x8212BD) is known color: Dark Violet. HEX triplet: 82, 12 and BD. RGB value is (130,18,189). Sum of RGB (Red+Green+Blue) = 130+18+189=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8212BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8212BD is #7DED42. Grayscale: #464646. Windows color (decimal): -8252739 or 12391042. OLE color: 12391042.
HSL color Cylindrical-coordinate representation of color #8212BD: hue angle of 279.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8212BD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 18 | 189 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.26 |
| HSL | 279.3º | 0.83% | 0.41% | - |
| HSV(B) | 279.3º | 0.9% | 0.74% | - |
| XYZ | 18.61 | 8.85 | 48.87 | - |
| YUV | 70.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 189 | 0.31 | 0.90 | 0 | 0.26 | 279.3 | 0.83 | 0.41 |
| Hex | 82 | 12 | BD | 1F | 5A | 0 | 1A | 117 | 53 | 29 |
| Octal | 202 | 22 | 275 | 37 | 132 | 0 | 32 | 427 | 123 | 51 |
| Binary | 10000010 | 10010 | 10111101 | 11111 | 1011010 | 0 | 11010 | 100010111 | 1010011 | 101001 |
Color Harmonies of #8212BD
Complementary color
Monochromatic Colors of #8212BD
Black with #8212BD
Text Example
Text Example
White with #8212BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212BD; }
p { color: rgb(130,18,189); }
H1.HeaderClassName
{
color: #8212BD;
}
.AnyTagClassName
{
color: #8212BD;
}
</style>
background-color css
<style>
a { background-color: #8212BD; }
a { background-color: rgb(130,18,189); }
div.DivClassName
{
background-color: #8212BD;
}
.BgClassName
{
background-color: #8212BD;
}
</style>
border-color css
<style>
span { border-color: #8212BD; }
span { border-color: rgb(130,18,189); }
td.TdClassName
{
border-color: #8212BD;
}
.TagClassName
{
border-color: #8212BD;
}
</style>