Shades of Dark Violet #8516BA
Tints of Dark Violet #8516BA
RGB
CMYK
RGB Variations
Color information
#8516BA (or 0x8516BA) is known color: Dark Violet. HEX triplet: 85, 16 and BA. RGB value is (133,22,186). Sum of RGB (Red+Green+Blue) = 133+22+186=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8516BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516BA is #7AE945. Grayscale: #494949. Windows color (decimal): -8055110 or 12195461. OLE color: 12195461.
HSL color Cylindrical-coordinate representation of color #8516BA: hue angle of 280.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8516BA is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 22 | 186 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.27 |
| HSL | 280.61º | 0.79% | 0.41% | - |
| HSV(B) | 280.61º | 0.88% | 0.73% | - |
| XYZ | 18.82 | 9.11 | 47.22 | - |
| YUV | 73.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 186 | 0.28 | 0.88 | 0 | 0.27 | 280.61 | 0.79 | 0.41 |
| Hex | 85 | 16 | BA | 1C | 58 | 0 | 1B | 119 | 4F | 29 |
| Octal | 205 | 26 | 272 | 34 | 130 | 0 | 33 | 431 | 117 | 51 |
| Binary | 10000101 | 10110 | 10111010 | 11100 | 1011000 | 0 | 11011 | 100011001 | 1001111 | 101001 |
Color Harmonies of #8516BA
Complementary color
Monochromatic Colors of #8516BA
Black with #8516BA
Text Example
Text Example
White with #8516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516BA; }
p { color: rgb(133,22,186); }
H1.HeaderClassName
{
color: #8516BA;
}
.AnyTagClassName
{
color: #8516BA;
}
</style>
background-color css
<style>
a { background-color: #8516BA; }
a { background-color: rgb(133,22,186); }
div.DivClassName
{
background-color: #8516BA;
}
.BgClassName
{
background-color: #8516BA;
}
</style>
border-color css
<style>
span { border-color: #8516BA; }
span { border-color: rgb(133,22,186); }
td.TdClassName
{
border-color: #8516BA;
}
.TagClassName
{
border-color: #8516BA;
}
</style>