Shades of Blue Violet #850FED
Tints of Blue Violet #850FED
RGB
CMYK
RGB Variations
Color information
#850FED (or 0x850FED) is known color: Blue Violet. HEX triplet: 85, 0F and ED. RGB value is (133,15,237). Sum of RGB (Red+Green+Blue) = 133+15+237=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #850FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FED is #7AF012. Grayscale: #4A4A4A. Windows color (decimal): -8056851 or 15536005. OLE color: 15536005.
HSL color Cylindrical-coordinate representation of color #850FED: hue angle of 271.89º 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 #850FED is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 15 | 237 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 271.89º | 0.88% | 0.49% | - |
| HSV(B) | 271.89º | 0.94% | 0.93% | - |
| XYZ | 25.13 | 11.44 | 81 | - |
| YUV | 75.59 | 219.09 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 237 | 0.44 | 0.94 | 0 | 0.07 | 271.89 | 0.88 | 0.49 |
| Hex | 85 | F | ED | 2C | 5E | 0 | 7 | 110 | 58 | 31 |
| Octal | 205 | 17 | 355 | 54 | 136 | 0 | 7 | 420 | 130 | 61 |
| Binary | 10000101 | 1111 | 11101101 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011000 | 110001 |
Color Harmonies of #850FED
Complementary color
Monochromatic Colors of #850FED
Black with #850FED
Text Example
Text Example
White with #850FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FED; }
p { color: rgb(133,15,237); }
H1.HeaderClassName
{
color: #850FED;
}
.AnyTagClassName
{
color: #850FED;
}
</style>
background-color css
<style>
a { background-color: #850FED; }
a { background-color: rgb(133,15,237); }
div.DivClassName
{
background-color: #850FED;
}
.BgClassName
{
background-color: #850FED;
}
</style>
border-color css
<style>
span { border-color: #850FED; }
span { border-color: rgb(133,15,237); }
td.TdClassName
{
border-color: #850FED;
}
.TagClassName
{
border-color: #850FED;
}
</style>