Shades of Blue Violet #8516FA
Tints of Blue Violet #8516FA
RGB
CMYK
RGB Variations
Color information
#8516FA (or 0x8516FA) is known color: Blue Violet. HEX triplet: 85, 16 and FA. RGB value is (133,22,250). Sum of RGB (Red+Green+Blue) = 133+22+250=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8516FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8516FA is #7AE905. Grayscale: #505050. Windows color (decimal): -8055046 or 16389765. OLE color: 16389765.
HSL color Cylindrical-coordinate representation of color #8516FA: hue angle of 269.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8516FA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 22 | 250 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.02 |
| HSL | 269.21º | 0.96% | 0.53% | - |
| HSV(B) | 269.21º | 0.91% | 0.98% | - |
| XYZ | 27.22 | 12.46 | 91.41 | - |
| YUV | 81.18 | 223.27 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 250 | 0.47 | 0.91 | 0 | 0.02 | 269.21 | 0.96 | 0.53 |
| Hex | 85 | 16 | FA | 2F | 5B | 0 | 2 | 10D | 60 | 35 |
| Octal | 205 | 26 | 372 | 57 | 133 | 0 | 2 | 415 | 140 | 65 |
| Binary | 10000101 | 10110 | 11111010 | 101111 | 1011011 | 0 | 10 | 100001101 | 1100000 | 110101 |
Color Harmonies of #8516FA
Complementary color
Monochromatic Colors of #8516FA
Black with #8516FA
Text Example
Text Example
White with #8516FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516FA; }
p { color: rgb(133,22,250); }
H1.HeaderClassName
{
color: #8516FA;
}
.AnyTagClassName
{
color: #8516FA;
}
</style>
background-color css
<style>
a { background-color: #8516FA; }
a { background-color: rgb(133,22,250); }
div.DivClassName
{
background-color: #8516FA;
}
.BgClassName
{
background-color: #8516FA;
}
</style>
border-color css
<style>
span { border-color: #8516FA; }
span { border-color: rgb(133,22,250); }
td.TdClassName
{
border-color: #8516FA;
}
.TagClassName
{
border-color: #8516FA;
}
</style>