Shades of Blue Violet #851FED
Tints of Blue Violet #851FED
RGB
CMYK
RGB Variations
Color information
#851FED (or 0x851FED) is known color: Blue Violet. HEX triplet: 85, 1F and ED. RGB value is (133,31,237). Sum of RGB (Red+Green+Blue) = 133+31+237=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #851FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FED is #7AE012. Grayscale: #545454. Windows color (decimal): -8052755 or 15540101. OLE color: 15540101.
HSL color Cylindrical-coordinate representation of color #851FED: hue angle of 269.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851FED is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 31 | 237 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.07 |
| HSL | 269.71º | 0.85% | 0.53% | - |
| HSV(B) | 269.71º | 0.87% | 0.93% | - |
| XYZ | 25.45 | 12.08 | 81.11 | - |
| YUV | 84.98 | 213.79 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 237 | 0.44 | 0.87 | 0 | 0.07 | 269.71 | 0.85 | 0.53 |
| Hex | 85 | 1F | ED | 2C | 57 | 0 | 7 | 10E | 55 | 35 |
| Octal | 205 | 37 | 355 | 54 | 127 | 0 | 7 | 416 | 125 | 65 |
| Binary | 10000101 | 11111 | 11101101 | 101100 | 1010111 | 0 | 111 | 100001110 | 1010101 | 110101 |
Color Harmonies of #851FED
Complementary color
Monochromatic Colors of #851FED
Black with #851FED
Text Example
Text Example
White with #851FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FED; }
p { color: rgb(133,31,237); }
H1.HeaderClassName
{
color: #851FED;
}
.AnyTagClassName
{
color: #851FED;
}
</style>
background-color css
<style>
a { background-color: #851FED; }
a { background-color: rgb(133,31,237); }
div.DivClassName
{
background-color: #851FED;
}
.BgClassName
{
background-color: #851FED;
}
</style>
border-color css
<style>
span { border-color: #851FED; }
span { border-color: rgb(133,31,237); }
td.TdClassName
{
border-color: #851FED;
}
.TagClassName
{
border-color: #851FED;
}
</style>