Shades of Blue Violet #850EED
Tints of Blue Violet #850EED
RGB
CMYK
RGB Variations
Color information
#850EED (or 0x850EED) is known color: Blue Violet. HEX triplet: 85, 0E and ED. RGB value is (133,14,237). Sum of RGB (Red+Green+Blue) = 133+14+237=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #850EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EED is #7AF112. Grayscale: #4A4A4A. Windows color (decimal): -8057107 or 15535749. OLE color: 15535749.
HSL color Cylindrical-coordinate representation of color #850EED: hue angle of 272.02º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EED is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 14 | 237 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 272.02º | 0.89% | 0.49% | - |
| HSV(B) | 272.02º | 0.94% | 0.93% | - |
| XYZ | 25.12 | 11.42 | 81 | - |
| YUV | 75 | 219.42 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 237 | 0.44 | 0.94 | 0 | 0.07 | 272.02 | 0.89 | 0.49 |
| Hex | 85 | E | ED | 2C | 5E | 0 | 7 | 110 | 59 | 31 |
| Octal | 205 | 16 | 355 | 54 | 136 | 0 | 7 | 420 | 131 | 61 |
| Binary | 10000101 | 1110 | 11101101 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011001 | 110001 |
Color Harmonies of #850EED
Complementary color
Monochromatic Colors of #850EED
Black with #850EED
Text Example
Text Example
White with #850EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EED; }
p { color: rgb(133,14,237); }
H1.HeaderClassName
{
color: #850EED;
}
.AnyTagClassName
{
color: #850EED;
}
</style>
background-color css
<style>
a { background-color: #850EED; }
a { background-color: rgb(133,14,237); }
div.DivClassName
{
background-color: #850EED;
}
.BgClassName
{
background-color: #850EED;
}
</style>
border-color css
<style>
span { border-color: #850EED; }
span { border-color: rgb(133,14,237); }
td.TdClassName
{
border-color: #850EED;
}
.TagClassName
{
border-color: #850EED;
}
</style>