Shades of Blue Violet #850FEC
Tints of Blue Violet #850FEC
RGB
CMYK
RGB Variations
Color information
#850FEC (or 0x850FEC) is known color: Blue Violet. HEX triplet: 85, 0F and EC. RGB value is (133,15,236). Sum of RGB (Red+Green+Blue) = 133+15+236=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #850FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FEC is #7AF013. Grayscale: #4A4A4A. Windows color (decimal): -8056852 or 15470469. OLE color: 15470469.
HSL color Cylindrical-coordinate representation of color #850FEC: hue angle of 272.04º degrees, saturation: 0.88, 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 #850FEC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 15 | 236 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 272.04º | 0.88% | 0.49% | - |
| HSV(B) | 272.04º | 0.94% | 0.93% | - |
| XYZ | 24.98 | 11.38 | 80.24 | - |
| YUV | 75.48 | 218.59 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 236 | 0.44 | 0.94 | 0 | 0.07 | 272.04 | 0.88 | 0.49 |
| Hex | 85 | F | EC | 2C | 5E | 0 | 7 | 110 | 58 | 31 |
| Octal | 205 | 17 | 354 | 54 | 136 | 0 | 7 | 420 | 130 | 61 |
| Binary | 10000101 | 1111 | 11101100 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011000 | 110001 |
Color Harmonies of #850FEC
Complementary color
Monochromatic Colors of #850FEC
Black with #850FEC
Text Example
Text Example
White with #850FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FEC; }
p { color: rgb(133,15,236); }
H1.HeaderClassName
{
color: #850FEC;
}
.AnyTagClassName
{
color: #850FEC;
}
</style>
background-color css
<style>
a { background-color: #850FEC; }
a { background-color: rgb(133,15,236); }
div.DivClassName
{
background-color: #850FEC;
}
.BgClassName
{
background-color: #850FEC;
}
</style>
border-color css
<style>
span { border-color: #850FEC; }
span { border-color: rgb(133,15,236); }
td.TdClassName
{
border-color: #850FEC;
}
.TagClassName
{
border-color: #850FEC;
}
</style>