Shades of Blue Violet #8511EC
Tints of Blue Violet #8511EC
RGB
CMYK
RGB Variations
Color information
#8511EC (or 0x8511EC) is known color: Blue Violet. HEX triplet: 85, 11 and EC. RGB value is (133,17,236). Sum of RGB (Red+Green+Blue) = 133+17+236=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #8511EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511EC is #7AEE13. Grayscale: #4B4B4B. Windows color (decimal): -8056340 or 15470981. OLE color: 15470981.
HSL color Cylindrical-coordinate representation of color #8511EC: hue angle of 271.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8511EC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 17 | 236 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.07 |
| HSL | 271.78º | 0.87% | 0.5% | - |
| HSV(B) | 271.78º | 0.93% | 0.93% | - |
| XYZ | 25.01 | 11.44 | 80.25 | - |
| YUV | 76.65 | 217.93 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 236 | 0.44 | 0.93 | 0 | 0.07 | 271.78 | 0.87 | 0.5 |
| Hex | 85 | 11 | EC | 2C | 5D | 0 | 7 | 110 | 57 | 32 |
| Octal | 205 | 21 | 354 | 54 | 135 | 0 | 7 | 420 | 127 | 62 |
| Binary | 10000101 | 10001 | 11101100 | 101100 | 1011101 | 0 | 111 | 100010000 | 1010111 | 110010 |
Color Harmonies of #8511EC
Complementary color
Monochromatic Colors of #8511EC
Black with #8511EC
Text Example
Text Example
White with #8511EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511EC; }
p { color: rgb(133,17,236); }
H1.HeaderClassName
{
color: #8511EC;
}
.AnyTagClassName
{
color: #8511EC;
}
</style>
background-color css
<style>
a { background-color: #8511EC; }
a { background-color: rgb(133,17,236); }
div.DivClassName
{
background-color: #8511EC;
}
.BgClassName
{
background-color: #8511EC;
}
</style>
border-color css
<style>
span { border-color: #8511EC; }
span { border-color: rgb(133,17,236); }
td.TdClassName
{
border-color: #8511EC;
}
.TagClassName
{
border-color: #8511EC;
}
</style>