Shades of Blue Violet #851FFF
Tints of Blue Violet #851FFF
RGB
CMYK
RGB Variations
Color information
#851FFF (or 0x851FFF) is known color: Blue Violet. HEX triplet: 85, 1F and FF. RGB value is (133,31,255). Sum of RGB (Red+Green+Blue) = 133+31+255=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #851FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FFF is #7AE000. Grayscale: #565656. Windows color (decimal): -8052737 or 16719749. OLE color: 16719749.
HSL color Cylindrical-coordinate representation of color #851FFF: hue angle of 267.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851FFF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 31 | 255 | - |
| CMYK | 0.48 | 0.88 | 0 | 0 |
| HSL | 267.32º | 1% | 0.56% | - |
| HSV(B) | 267.32º | 0.88% | 1% | - |
| XYZ | 28.21 | 13.19 | 95.67 | - |
| YUV | 87.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 255 | 0.48 | 0.88 | 0 | 0 | 267.32 | 1 | 0.56 |
| Hex | 85 | 1F | FF | 30 | 58 | 0 | 0 | 10B | 64 | 38 |
| Octal | 205 | 37 | 377 | 60 | 130 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000101 | 11111 | 11111111 | 110000 | 1011000 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #851FFF
Complementary color
Monochromatic Colors of #851FFF
Black with #851FFF
Text Example
Text Example
White with #851FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FFF; }
p { color: rgb(133,31,255); }
H1.HeaderClassName
{
color: #851FFF;
}
.AnyTagClassName
{
color: #851FFF;
}
</style>
background-color css
<style>
a { background-color: #851FFF; }
a { background-color: rgb(133,31,255); }
div.DivClassName
{
background-color: #851FFF;
}
.BgClassName
{
background-color: #851FFF;
}
</style>
border-color css
<style>
span { border-color: #851FFF; }
span { border-color: rgb(133,31,255); }
td.TdClassName
{
border-color: #851FFF;
}
.TagClassName
{
border-color: #851FFF;
}
</style>