Shades of Blue Violet #8514ED
Tints of Blue Violet #8514ED
RGB
CMYK
RGB Variations
Color information
#8514ED (or 0x8514ED) is known color: Blue Violet. HEX triplet: 85, 14 and ED. RGB value is (133,20,237). Sum of RGB (Red+Green+Blue) = 133+20+237=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8514ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8514ED is #7AEB12. Grayscale: #4D4D4D. Windows color (decimal): -8055571 or 15537285. OLE color: 15537285.
HSL color Cylindrical-coordinate representation of color #8514ED: hue angle of 271.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8514ED is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 20 | 237 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.07 |
| HSL | 271.24º | 0.86% | 0.5% | - |
| HSV(B) | 271.24º | 0.92% | 0.93% | - |
| XYZ | 25.21 | 11.6 | 81.03 | - |
| YUV | 78.53 | 217.44 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 237 | 0.44 | 0.92 | 0 | 0.07 | 271.24 | 0.86 | 0.5 |
| Hex | 85 | 14 | ED | 2C | 5C | 0 | 7 | 10F | 56 | 32 |
| Octal | 205 | 24 | 355 | 54 | 134 | 0 | 7 | 417 | 126 | 62 |
| Binary | 10000101 | 10100 | 11101101 | 101100 | 1011100 | 0 | 111 | 100001111 | 1010110 | 110010 |
Color Harmonies of #8514ED
Complementary color
Monochromatic Colors of #8514ED
Black with #8514ED
Text Example
Text Example
White with #8514ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514ED; }
p { color: rgb(133,20,237); }
H1.HeaderClassName
{
color: #8514ED;
}
.AnyTagClassName
{
color: #8514ED;
}
</style>
background-color css
<style>
a { background-color: #8514ED; }
a { background-color: rgb(133,20,237); }
div.DivClassName
{
background-color: #8514ED;
}
.BgClassName
{
background-color: #8514ED;
}
</style>
border-color css
<style>
span { border-color: #8514ED; }
span { border-color: rgb(133,20,237); }
td.TdClassName
{
border-color: #8514ED;
}
.TagClassName
{
border-color: #8514ED;
}
</style>