Shades of Blue Violet #8511EE
Tints of Blue Violet #8511EE
RGB
CMYK
RGB Variations
Color information
#8511EE (or 0x8511EE) is known color: Blue Violet. HEX triplet: 85, 11 and EE. RGB value is (133,17,238). Sum of RGB (Red+Green+Blue) = 133+17+238=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #8511EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8511EE is #7AEE11. Grayscale: #4C4C4C. Windows color (decimal): -8056338 or 15602053. OLE color: 15602053.
HSL color Cylindrical-coordinate representation of color #8511EE: hue angle of 271.49º 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 #8511EE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 17 | 238 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.07 |
| HSL | 271.49º | 0.87% | 0.5% | - |
| HSV(B) | 271.49º | 0.93% | 0.93% | - |
| XYZ | 25.31 | 11.56 | 81.79 | - |
| YUV | 76.88 | 218.93 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 238 | 0.44 | 0.93 | 0 | 0.07 | 271.49 | 0.87 | 0.5 |
| Hex | 85 | 11 | EE | 2C | 5D | 0 | 7 | 10F | 57 | 32 |
| Octal | 205 | 21 | 356 | 54 | 135 | 0 | 7 | 417 | 127 | 62 |
| Binary | 10000101 | 10001 | 11101110 | 101100 | 1011101 | 0 | 111 | 100001111 | 1010111 | 110010 |
Color Harmonies of #8511EE
Complementary color
Monochromatic Colors of #8511EE
Black with #8511EE
Text Example
Text Example
White with #8511EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511EE; }
p { color: rgb(133,17,238); }
H1.HeaderClassName
{
color: #8511EE;
}
.AnyTagClassName
{
color: #8511EE;
}
</style>
background-color css
<style>
a { background-color: #8511EE; }
a { background-color: rgb(133,17,238); }
div.DivClassName
{
background-color: #8511EE;
}
.BgClassName
{
background-color: #8511EE;
}
</style>
border-color css
<style>
span { border-color: #8511EE; }
span { border-color: rgb(133,17,238); }
td.TdClassName
{
border-color: #8511EE;
}
.TagClassName
{
border-color: #8511EE;
}
</style>