Shades of Dark Violet #8213BD
Tints of Dark Violet #8213BD
RGB
CMYK
RGB Variations
Color information
#8213BD (or 0x8213BD) is known color: Dark Violet. HEX triplet: 82, 13 and BD. RGB value is (130,19,189). Sum of RGB (Red+Green+Blue) = 130+19+189=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #8213BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213BD is #7DEC42. Grayscale: #474747. Windows color (decimal): -8252483 or 12391298. OLE color: 12391298.
HSL color Cylindrical-coordinate representation of color #8213BD: hue angle of 279.18º degrees, saturation: 0.82, 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 #8213BD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 19 | 189 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.26 |
| HSL | 279.18º | 0.82% | 0.41% | - |
| HSV(B) | 279.18º | 0.9% | 0.74% | - |
| XYZ | 18.62 | 8.89 | 48.88 | - |
| YUV | 71.57 | 194.27 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 189 | 0.31 | 0.90 | 0 | 0.26 | 279.18 | 0.82 | 0.41 |
| Hex | 82 | 13 | BD | 1F | 5A | 0 | 1A | 117 | 52 | 29 |
| Octal | 202 | 23 | 275 | 37 | 132 | 0 | 32 | 427 | 122 | 51 |
| Binary | 10000010 | 10011 | 10111101 | 11111 | 1011010 | 0 | 11010 | 100010111 | 1010010 | 101001 |
Color Harmonies of #8213BD
Complementary color
Monochromatic Colors of #8213BD
Black with #8213BD
Text Example
Text Example
White with #8213BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213BD; }
p { color: rgb(130,19,189); }
H1.HeaderClassName
{
color: #8213BD;
}
.AnyTagClassName
{
color: #8213BD;
}
</style>
background-color css
<style>
a { background-color: #8213BD; }
a { background-color: rgb(130,19,189); }
div.DivClassName
{
background-color: #8213BD;
}
.BgClassName
{
background-color: #8213BD;
}
</style>
border-color css
<style>
span { border-color: #8213BD; }
span { border-color: rgb(130,19,189); }
td.TdClassName
{
border-color: #8213BD;
}
.TagClassName
{
border-color: #8213BD;
}
</style>