Shades of Blue Violet #850EF1
Tints of Blue Violet #850EF1
RGB
CMYK
RGB Variations
Color information
#850EF1 (or 0x850EF1) is known color: Blue Violet. HEX triplet: 85, 0E and F1. RGB value is (133,14,241). Sum of RGB (Red+Green+Blue) = 133+14+241=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #850EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EF1 is #7AF10E. Grayscale: #4A4A4A. Windows color (decimal): -8057103 or 15797893. OLE color: 15797893.
HSL color Cylindrical-coordinate representation of color #850EF1: hue angle of 271.45º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850EF1 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 14 | 241 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.05 |
| HSL | 271.45º | 0.89% | 0.5% | - |
| HSV(B) | 271.45º | 0.94% | 0.95% | - |
| XYZ | 25.71 | 11.65 | 84.11 | - |
| YUV | 75.46 | 221.42 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 241 | 0.45 | 0.94 | 0 | 0.05 | 271.45 | 0.89 | 0.5 |
| Hex | 85 | E | F1 | 2D | 5E | 0 | 5 | 10F | 59 | 32 |
| Octal | 205 | 16 | 361 | 55 | 136 | 0 | 5 | 417 | 131 | 62 |
| Binary | 10000101 | 1110 | 11110001 | 101101 | 1011110 | 0 | 101 | 100001111 | 1011001 | 110010 |
Color Harmonies of #850EF1
Complementary color
Monochromatic Colors of #850EF1
Black with #850EF1
Text Example
Text Example
White with #850EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EF1; }
p { color: rgb(133,14,241); }
H1.HeaderClassName
{
color: #850EF1;
}
.AnyTagClassName
{
color: #850EF1;
}
</style>
background-color css
<style>
a { background-color: #850EF1; }
a { background-color: rgb(133,14,241); }
div.DivClassName
{
background-color: #850EF1;
}
.BgClassName
{
background-color: #850EF1;
}
</style>
border-color css
<style>
span { border-color: #850EF1; }
span { border-color: rgb(133,14,241); }
td.TdClassName
{
border-color: #850EF1;
}
.TagClassName
{
border-color: #850EF1;
}
</style>