Shades of Blue Violet #850EEF
Tints of Blue Violet #850EEF
RGB
CMYK
RGB Variations
Color information
#850EEF (or 0x850EEF) is known color: Blue Violet. HEX triplet: 85, 0E and EF. RGB value is (133,14,239). Sum of RGB (Red+Green+Blue) = 133+14+239=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #850EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EEF is #7AF110. Grayscale: #4A4A4A. Windows color (decimal): -8057105 or 15666821. OLE color: 15666821.
HSL color Cylindrical-coordinate representation of color #850EEF: hue angle of 271.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EEF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 14 | 239 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.06 |
| HSL | 271.73º | 0.89% | 0.5% | - |
| HSV(B) | 271.73º | 0.94% | 0.94% | - |
| XYZ | 25.41 | 11.53 | 82.55 | - |
| YUV | 75.23 | 220.42 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 239 | 0.44 | 0.94 | 0 | 0.06 | 271.73 | 0.89 | 0.5 |
| Hex | 85 | E | EF | 2C | 5E | 0 | 6 | 110 | 59 | 32 |
| Octal | 205 | 16 | 357 | 54 | 136 | 0 | 6 | 420 | 131 | 62 |
| Binary | 10000101 | 1110 | 11101111 | 101100 | 1011110 | 0 | 110 | 100010000 | 1011001 | 110010 |
Color Harmonies of #850EEF
Complementary color
Monochromatic Colors of #850EEF
Black with #850EEF
Text Example
Text Example
White with #850EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EEF; }
p { color: rgb(133,14,239); }
H1.HeaderClassName
{
color: #850EEF;
}
.AnyTagClassName
{
color: #850EEF;
}
</style>
background-color css
<style>
a { background-color: #850EEF; }
a { background-color: rgb(133,14,239); }
div.DivClassName
{
background-color: #850EEF;
}
.BgClassName
{
background-color: #850EEF;
}
</style>
border-color css
<style>
span { border-color: #850EEF; }
span { border-color: rgb(133,14,239); }
td.TdClassName
{
border-color: #850EEF;
}
.TagClassName
{
border-color: #850EEF;
}
</style>