Shades of Blue Violet #851EFB
Tints of Blue Violet #851EFB
RGB
CMYK
RGB Variations
Color information
#851EFB (or 0x851EFB) is known color: Blue Violet. HEX triplet: 85, 1E and FB. RGB value is (133,30,251). Sum of RGB (Red+Green+Blue) = 133+30+251=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #851EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EFB is #7AE104. Grayscale: #555555. Windows color (decimal): -8052997 or 16457349. OLE color: 16457349.
HSL color Cylindrical-coordinate representation of color #851EFB: hue angle of 267.96º degrees, saturation: 0.97, 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 #851EFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 30 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 267.96º | 0.97% | 0.55% | - |
| HSV(B) | 267.96º | 0.88% | 0.98% | - |
| XYZ | 27.55 | 12.88 | 92.3 | - |
| YUV | 85.99 | 221.12 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 251 | 0.47 | 0.88 | 0 | 0.02 | 267.96 | 0.97 | 0.55 |
| Hex | 85 | 1E | FB | 2F | 58 | 0 | 2 | 10C | 61 | 37 |
| Octal | 205 | 36 | 373 | 57 | 130 | 0 | 2 | 414 | 141 | 67 |
| Binary | 10000101 | 11110 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100001 | 110111 |
Color Harmonies of #851EFB
Complementary color
Monochromatic Colors of #851EFB
Black with #851EFB
Text Example
Text Example
White with #851EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EFB; }
p { color: rgb(133,30,251); }
H1.HeaderClassName
{
color: #851EFB;
}
.AnyTagClassName
{
color: #851EFB;
}
</style>
background-color css
<style>
a { background-color: #851EFB; }
a { background-color: rgb(133,30,251); }
div.DivClassName
{
background-color: #851EFB;
}
.BgClassName
{
background-color: #851EFB;
}
</style>
border-color css
<style>
span { border-color: #851EFB; }
span { border-color: rgb(133,30,251); }
td.TdClassName
{
border-color: #851EFB;
}
.TagClassName
{
border-color: #851EFB;
}
</style>