Shades of Blue Violet #8514EE
Tints of Blue Violet #8514EE
RGB
CMYK
RGB Variations
Color information
#8514EE (or 0x8514EE) is known color: Blue Violet. HEX triplet: 85, 14 and EE. RGB value is (133,20,238). Sum of RGB (Red+Green+Blue) = 133+20+238=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #8514EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8514EE is #7AEB11. Grayscale: #4D4D4D. Windows color (decimal): -8055570 or 15602821. OLE color: 15602821.
HSL color Cylindrical-coordinate representation of color #8514EE: hue angle of 271.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8514EE is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 20 | 238 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.07 |
| HSL | 271.1º | 0.87% | 0.51% | - |
| HSV(B) | 271.1º | 0.92% | 0.93% | - |
| XYZ | 25.36 | 11.66 | 81.8 | - |
| YUV | 78.64 | 217.94 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 238 | 0.44 | 0.92 | 0 | 0.07 | 271.1 | 0.87 | 0.51 |
| Hex | 85 | 14 | EE | 2C | 5C | 0 | 7 | 10F | 57 | 33 |
| Octal | 205 | 24 | 356 | 54 | 134 | 0 | 7 | 417 | 127 | 63 |
| Binary | 10000101 | 10100 | 11101110 | 101100 | 1011100 | 0 | 111 | 100001111 | 1010111 | 110011 |
Color Harmonies of #8514EE
Complementary color
Monochromatic Colors of #8514EE
Black with #8514EE
Text Example
Text Example
White with #8514EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514EE; }
p { color: rgb(133,20,238); }
H1.HeaderClassName
{
color: #8514EE;
}
.AnyTagClassName
{
color: #8514EE;
}
</style>
background-color css
<style>
a { background-color: #8514EE; }
a { background-color: rgb(133,20,238); }
div.DivClassName
{
background-color: #8514EE;
}
.BgClassName
{
background-color: #8514EE;
}
</style>
border-color css
<style>
span { border-color: #8514EE; }
span { border-color: rgb(133,20,238); }
td.TdClassName
{
border-color: #8514EE;
}
.TagClassName
{
border-color: #8514EE;
}
</style>