Shades of Blue Violet #850FF1
Tints of Blue Violet #850FF1
RGB
CMYK
RGB Variations
Color information
#850FF1 (or 0x850FF1) is known color: Blue Violet. HEX triplet: 85, 0F and F1. RGB value is (133,15,241). Sum of RGB (Red+Green+Blue) = 133+15+241=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #850FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FF1 is #7AF00E. Grayscale: #4B4B4B. Windows color (decimal): -8056847 or 15798149. OLE color: 15798149.
HSL color Cylindrical-coordinate representation of color #850FF1: hue angle of 271.33º 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 #850FF1 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 15 | 241 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.05 |
| HSL | 271.33º | 0.89% | 0.5% | - |
| HSV(B) | 271.33º | 0.94% | 0.95% | - |
| XYZ | 25.72 | 11.68 | 84.12 | - |
| YUV | 76.05 | 221.09 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 241 | 0.45 | 0.94 | 0 | 0.05 | 271.33 | 0.89 | 0.5 |
| Hex | 85 | F | F1 | 2D | 5E | 0 | 5 | 10F | 59 | 32 |
| Octal | 205 | 17 | 361 | 55 | 136 | 0 | 5 | 417 | 131 | 62 |
| Binary | 10000101 | 1111 | 11110001 | 101101 | 1011110 | 0 | 101 | 100001111 | 1011001 | 110010 |
Color Harmonies of #850FF1
Complementary color
Monochromatic Colors of #850FF1
Black with #850FF1
Text Example
Text Example
White with #850FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FF1; }
p { color: rgb(133,15,241); }
H1.HeaderClassName
{
color: #850FF1;
}
.AnyTagClassName
{
color: #850FF1;
}
</style>
background-color css
<style>
a { background-color: #850FF1; }
a { background-color: rgb(133,15,241); }
div.DivClassName
{
background-color: #850FF1;
}
.BgClassName
{
background-color: #850FF1;
}
</style>
border-color css
<style>
span { border-color: #850FF1; }
span { border-color: rgb(133,15,241); }
td.TdClassName
{
border-color: #850FF1;
}
.TagClassName
{
border-color: #850FF1;
}
</style>