Shades of Blue Violet #8516EE
Tints of Blue Violet #8516EE
RGB
CMYK
RGB Variations
Color information
#8516EE (or 0x8516EE) is known color: Blue Violet. HEX triplet: 85, 16 and EE. RGB value is (133,22,238). Sum of RGB (Red+Green+Blue) = 133+22+238=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8516EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8516EE is #7AE911. Grayscale: #4F4F4F. Windows color (decimal): -8055058 or 15603333. OLE color: 15603333.
HSL color Cylindrical-coordinate representation of color #8516EE: hue angle of 270.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8516EE is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 22 | 238 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.07 |
| HSL | 270.83º | 0.86% | 0.51% | - |
| HSV(B) | 270.83º | 0.91% | 0.93% | - |
| XYZ | 25.39 | 11.73 | 81.82 | - |
| YUV | 79.81 | 217.27 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 238 | 0.44 | 0.91 | 0 | 0.07 | 270.83 | 0.86 | 0.51 |
| Hex | 85 | 16 | EE | 2C | 5B | 0 | 7 | 10F | 56 | 33 |
| Octal | 205 | 26 | 356 | 54 | 133 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000101 | 10110 | 11101110 | 101100 | 1011011 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8516EE
Complementary color
Monochromatic Colors of #8516EE
Black with #8516EE
Text Example
Text Example
White with #8516EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516EE; }
p { color: rgb(133,22,238); }
H1.HeaderClassName
{
color: #8516EE;
}
.AnyTagClassName
{
color: #8516EE;
}
</style>
background-color css
<style>
a { background-color: #8516EE; }
a { background-color: rgb(133,22,238); }
div.DivClassName
{
background-color: #8516EE;
}
.BgClassName
{
background-color: #8516EE;
}
</style>
border-color css
<style>
span { border-color: #8516EE; }
span { border-color: rgb(133,22,238); }
td.TdClassName
{
border-color: #8516EE;
}
.TagClassName
{
border-color: #8516EE;
}
</style>