Shades of Blue Violet #851FFB
Tints of Blue Violet #851FFB
RGB
CMYK
RGB Variations
Color information
#851FFB (or 0x851FFB) is known color: Blue Violet. HEX triplet: 85, 1F and FB. RGB value is (133,31,251). Sum of RGB (Red+Green+Blue) = 133+31+251=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #851FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FFB is #7AE004. Grayscale: #555555. Windows color (decimal): -8052741 or 16457605. OLE color: 16457605.
HSL color Cylindrical-coordinate representation of color #851FFB: hue angle of 267.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851FFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 31 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 267.82º | 0.96% | 0.55% | - |
| HSV(B) | 267.82º | 0.88% | 0.98% | - |
| XYZ | 27.58 | 12.93 | 92.31 | - |
| YUV | 86.58 | 220.79 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 251 | 0.47 | 0.88 | 0 | 0.02 | 267.82 | 0.96 | 0.55 |
| Hex | 85 | 1F | FB | 2F | 58 | 0 | 2 | 10C | 60 | 37 |
| Octal | 205 | 37 | 373 | 57 | 130 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000101 | 11111 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #851FFB
Complementary color
Monochromatic Colors of #851FFB
Black with #851FFB
Text Example
Text Example
White with #851FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FFB; }
p { color: rgb(133,31,251); }
H1.HeaderClassName
{
color: #851FFB;
}
.AnyTagClassName
{
color: #851FFB;
}
</style>
background-color css
<style>
a { background-color: #851FFB; }
a { background-color: rgb(133,31,251); }
div.DivClassName
{
background-color: #851FFB;
}
.BgClassName
{
background-color: #851FFB;
}
</style>
border-color css
<style>
span { border-color: #851FFB; }
span { border-color: rgb(133,31,251); }
td.TdClassName
{
border-color: #851FFB;
}
.TagClassName
{
border-color: #851FFB;
}
</style>