Shades of Blue Violet #850FF0
Tints of Blue Violet #850FF0
RGB
CMYK
RGB Variations
Color information
#850FF0 (or 0x850FF0) is known color: Blue Violet. HEX triplet: 85, 0F and F0. RGB value is (133,15,240). Sum of RGB (Red+Green+Blue) = 133+15+240=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #850FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FF0 is #7AF00F. Grayscale: #4B4B4B. Windows color (decimal): -8056848 or 15732613. OLE color: 15732613.
HSL color Cylindrical-coordinate representation of color #850FF0: hue angle of 271.47º 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 #850FF0 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 15 | 240 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.06 |
| HSL | 271.47º | 0.88% | 0.5% | - |
| HSV(B) | 271.47º | 0.94% | 0.94% | - |
| XYZ | 25.57 | 11.62 | 83.33 | - |
| YUV | 75.93 | 220.59 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 240 | 0.45 | 0.94 | 0 | 0.06 | 271.47 | 0.88 | 0.5 |
| Hex | 85 | F | F0 | 2D | 5E | 0 | 6 | 10F | 58 | 32 |
| Octal | 205 | 17 | 360 | 55 | 136 | 0 | 6 | 417 | 130 | 62 |
| Binary | 10000101 | 1111 | 11110000 | 101101 | 1011110 | 0 | 110 | 100001111 | 1011000 | 110010 |
Color Harmonies of #850FF0
Complementary color
Monochromatic Colors of #850FF0
Black with #850FF0
Text Example
Text Example
White with #850FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FF0; }
p { color: rgb(133,15,240); }
H1.HeaderClassName
{
color: #850FF0;
}
.AnyTagClassName
{
color: #850FF0;
}
</style>
background-color css
<style>
a { background-color: #850FF0; }
a { background-color: rgb(133,15,240); }
div.DivClassName
{
background-color: #850FF0;
}
.BgClassName
{
background-color: #850FF0;
}
</style>
border-color css
<style>
span { border-color: #850FF0; }
span { border-color: rgb(133,15,240); }
td.TdClassName
{
border-color: #850FF0;
}
.TagClassName
{
border-color: #850FF0;
}
</style>