Shades of Blue Violet #850FEE
Tints of Blue Violet #850FEE
RGB
CMYK
RGB Variations
Color information
#850FEE (or 0x850FEE) is known color: Blue Violet. HEX triplet: 85, 0F and EE. RGB value is (133,15,238). Sum of RGB (Red+Green+Blue) = 133+15+238=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #850FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FEE is #7AF011. Grayscale: #4A4A4A. Windows color (decimal): -8056850 or 15601541. OLE color: 15601541.
HSL color Cylindrical-coordinate representation of color #850FEE: hue angle of 271.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850FEE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 15 | 238 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 271.75º | 0.88% | 0.5% | - |
| HSV(B) | 271.75º | 0.94% | 0.93% | - |
| XYZ | 25.28 | 11.5 | 81.78 | - |
| YUV | 75.7 | 219.59 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 238 | 0.44 | 0.94 | 0 | 0.07 | 271.75 | 0.88 | 0.5 |
| Hex | 85 | F | EE | 2C | 5E | 0 | 7 | 110 | 58 | 32 |
| Octal | 205 | 17 | 356 | 54 | 136 | 0 | 7 | 420 | 130 | 62 |
| Binary | 10000101 | 1111 | 11101110 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011000 | 110010 |
Color Harmonies of #850FEE
Complementary color
Monochromatic Colors of #850FEE
Black with #850FEE
Text Example
Text Example
White with #850FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FEE; }
p { color: rgb(133,15,238); }
H1.HeaderClassName
{
color: #850FEE;
}
.AnyTagClassName
{
color: #850FEE;
}
</style>
background-color css
<style>
a { background-color: #850FEE; }
a { background-color: rgb(133,15,238); }
div.DivClassName
{
background-color: #850FEE;
}
.BgClassName
{
background-color: #850FEE;
}
</style>
border-color css
<style>
span { border-color: #850FEE; }
span { border-color: rgb(133,15,238); }
td.TdClassName
{
border-color: #850FEE;
}
.TagClassName
{
border-color: #850FEE;
}
</style>