Shades of Blue Violet #850FEF
Tints of Blue Violet #850FEF
RGB
CMYK
RGB Variations
Color information
#850FEF (or 0x850FEF) is known color: Blue Violet. HEX triplet: 85, 0F and EF. RGB value is (133,15,239). Sum of RGB (Red+Green+Blue) = 133+15+239=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #850FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FEF is #7AF010. Grayscale: #4B4B4B. Windows color (decimal): -8056849 or 15667077. OLE color: 15667077.
HSL color Cylindrical-coordinate representation of color #850FEF: hue angle of 271.61º degrees, saturation: 0.88, 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 #850FEF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 15 | 239 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.06 |
| HSL | 271.61º | 0.88% | 0.5% | - |
| HSV(B) | 271.61º | 0.94% | 0.94% | - |
| XYZ | 25.42 | 11.56 | 82.55 | - |
| YUV | 75.82 | 220.09 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 239 | 0.44 | 0.94 | 0 | 0.06 | 271.61 | 0.88 | 0.5 |
| Hex | 85 | F | EF | 2C | 5E | 0 | 6 | 110 | 58 | 32 |
| Octal | 205 | 17 | 357 | 54 | 136 | 0 | 6 | 420 | 130 | 62 |
| Binary | 10000101 | 1111 | 11101111 | 101100 | 1011110 | 0 | 110 | 100010000 | 1011000 | 110010 |
Color Harmonies of #850FEF
Complementary color
Monochromatic Colors of #850FEF
Black with #850FEF
Text Example
Text Example
White with #850FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FEF; }
p { color: rgb(133,15,239); }
H1.HeaderClassName
{
color: #850FEF;
}
.AnyTagClassName
{
color: #850FEF;
}
</style>
background-color css
<style>
a { background-color: #850FEF; }
a { background-color: rgb(133,15,239); }
div.DivClassName
{
background-color: #850FEF;
}
.BgClassName
{
background-color: #850FEF;
}
</style>
border-color css
<style>
span { border-color: #850FEF; }
span { border-color: rgb(133,15,239); }
td.TdClassName
{
border-color: #850FEF;
}
.TagClassName
{
border-color: #850FEF;
}
</style>