Shades of Blue Violet #8516D7
Tints of Blue Violet #8516D7
RGB
CMYK
RGB Variations
Color information
#8516D7 (or 0x8516D7) is known color: Blue Violet. HEX triplet: 85, 16 and D7. RGB value is (133,22,215). Sum of RGB (Red+Green+Blue) = 133+22+215=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #8516D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516D7 is #7AE928. Grayscale: #4C4C4C. Windows color (decimal): -8055081 or 14096005. OLE color: 14096005.
HSL color Cylindrical-coordinate representation of color #8516D7: hue angle of 274.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8516D7 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 22 | 215 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.16 |
| HSL | 274.51º | 0.81% | 0.46% | - |
| HSV(B) | 274.51º | 0.9% | 0.84% | - |
| XYZ | 22.23 | 10.47 | 65.14 | - |
| YUV | 77.19 | 205.77 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 215 | 0.38 | 0.90 | 0 | 0.16 | 274.51 | 0.81 | 0.46 |
| Hex | 85 | 16 | D7 | 26 | 5A | 0 | 10 | 113 | 51 | 2E |
| Octal | 205 | 26 | 327 | 46 | 132 | 0 | 20 | 423 | 121 | 56 |
| Binary | 10000101 | 10110 | 11010111 | 100110 | 1011010 | 0 | 10000 | 100010011 | 1010001 | 101110 |
Color Harmonies of #8516D7
Complementary color
Monochromatic Colors of #8516D7
Black with #8516D7
Text Example
Text Example
White with #8516D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516D7; }
p { color: rgb(133,22,215); }
H1.HeaderClassName
{
color: #8516D7;
}
.AnyTagClassName
{
color: #8516D7;
}
</style>
background-color css
<style>
a { background-color: #8516D7; }
a { background-color: rgb(133,22,215); }
div.DivClassName
{
background-color: #8516D7;
}
.BgClassName
{
background-color: #8516D7;
}
</style>
border-color css
<style>
span { border-color: #8516D7; }
span { border-color: rgb(133,22,215); }
td.TdClassName
{
border-color: #8516D7;
}
.TagClassName
{
border-color: #8516D7;
}
</style>