Shades of Blue Violet #8516D1
Tints of Blue Violet #8516D1
RGB
CMYK
RGB Variations
Color information
#8516D1 (or 0x8516D1) is known color: Blue Violet. HEX triplet: 85, 16 and D1. RGB value is (133,22,209). Sum of RGB (Red+Green+Blue) = 133+22+209=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #8516D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516D1 is #7AE92E. Grayscale: #4B4B4B. Windows color (decimal): -8055087 or 13702789. OLE color: 13702789.
HSL color Cylindrical-coordinate representation of color #8516D1: hue angle of 275.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8516D1 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 22 | 209 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.18 |
| HSL | 275.62º | 0.81% | 0.45% | - |
| HSV(B) | 275.62º | 0.89% | 0.82% | - |
| XYZ | 21.47 | 10.16 | 61.15 | - |
| YUV | 76.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 209 | 0.36 | 0.89 | 0 | 0.18 | 275.62 | 0.81 | 0.45 |
| Hex | 85 | 16 | D1 | 24 | 59 | 0 | 12 | 114 | 51 | 2D |
| Octal | 205 | 26 | 321 | 44 | 131 | 0 | 22 | 424 | 121 | 55 |
| Binary | 10000101 | 10110 | 11010001 | 100100 | 1011001 | 0 | 10010 | 100010100 | 1010001 | 101101 |
Color Harmonies of #8516D1
Complementary color
Monochromatic Colors of #8516D1
Black with #8516D1
Text Example
Text Example
White with #8516D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516D1; }
p { color: rgb(133,22,209); }
H1.HeaderClassName
{
color: #8516D1;
}
.AnyTagClassName
{
color: #8516D1;
}
</style>
background-color css
<style>
a { background-color: #8516D1; }
a { background-color: rgb(133,22,209); }
div.DivClassName
{
background-color: #8516D1;
}
.BgClassName
{
background-color: #8516D1;
}
</style>
border-color css
<style>
span { border-color: #8516D1; }
span { border-color: rgb(133,22,209); }
td.TdClassName
{
border-color: #8516D1;
}
.TagClassName
{
border-color: #8516D1;
}
</style>