Shades of Dark Violet #8215BA
Tints of Dark Violet #8215BA
RGB
CMYK
RGB Variations
Color information
#8215BA (or 0x8215BA) is known color: Dark Violet. HEX triplet: 82, 15 and BA. RGB value is (130,21,186). Sum of RGB (Red+Green+Blue) = 130+21+186=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #8215BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215BA is #7DEA45. Grayscale: #474747. Windows color (decimal): -8251974 or 12195202. OLE color: 12195202.
HSL color Cylindrical-coordinate representation of color #8215BA: hue angle of 279.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8215BA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 21 | 186 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.27 |
| HSL | 279.64º | 0.8% | 0.41% | - |
| HSV(B) | 279.64º | 0.89% | 0.73% | - |
| XYZ | 18.34 | 8.83 | 47.19 | - |
| YUV | 72.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 186 | 0.30 | 0.89 | 0 | 0.27 | 279.64 | 0.8 | 0.41 |
| Hex | 82 | 15 | BA | 1E | 59 | 0 | 1B | 118 | 50 | 29 |
| Octal | 202 | 25 | 272 | 36 | 131 | 0 | 33 | 430 | 120 | 51 |
| Binary | 10000010 | 10101 | 10111010 | 11110 | 1011001 | 0 | 11011 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8215BA
Complementary color
Monochromatic Colors of #8215BA
Black with #8215BA
Text Example
Text Example
White with #8215BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215BA; }
p { color: rgb(130,21,186); }
H1.HeaderClassName
{
color: #8215BA;
}
.AnyTagClassName
{
color: #8215BA;
}
</style>
background-color css
<style>
a { background-color: #8215BA; }
a { background-color: rgb(130,21,186); }
div.DivClassName
{
background-color: #8215BA;
}
.BgClassName
{
background-color: #8215BA;
}
</style>
border-color css
<style>
span { border-color: #8215BA; }
span { border-color: rgb(130,21,186); }
td.TdClassName
{
border-color: #8215BA;
}
.TagClassName
{
border-color: #8215BA;
}
</style>