Shades of Blue Violet #851DFB
Tints of Blue Violet #851DFB
RGB
CMYK
RGB Variations
Color information
#851DFB (or 0x851DFB) is known color: Blue Violet. HEX triplet: 85, 1D and FB. RGB value is (133,29,251). Sum of RGB (Red+Green+Blue) = 133+29+251=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #851DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DFB is #7AE204. Grayscale: #545454. Windows color (decimal): -8053253 or 16457093. OLE color: 16457093.
HSL color Cylindrical-coordinate representation of color #851DFB: hue angle of 268.11º 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 #851DFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 29 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 268.11º | 0.97% | 0.55% | - |
| HSV(B) | 268.11º | 0.88% | 0.98% | - |
| XYZ | 27.52 | 12.83 | 92.29 | - |
| YUV | 85.4 | 221.46 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 251 | 0.47 | 0.88 | 0 | 0.02 | 268.11 | 0.97 | 0.55 |
| Hex | 85 | 1D | FB | 2F | 58 | 0 | 2 | 10C | 61 | 37 |
| Octal | 205 | 35 | 373 | 57 | 130 | 0 | 2 | 414 | 141 | 67 |
| Binary | 10000101 | 11101 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100001 | 110111 |
Color Harmonies of #851DFB
Complementary color
Monochromatic Colors of #851DFB
Black with #851DFB
Text Example
Text Example
White with #851DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DFB; }
p { color: rgb(133,29,251); }
H1.HeaderClassName
{
color: #851DFB;
}
.AnyTagClassName
{
color: #851DFB;
}
</style>
background-color css
<style>
a { background-color: #851DFB; }
a { background-color: rgb(133,29,251); }
div.DivClassName
{
background-color: #851DFB;
}
.BgClassName
{
background-color: #851DFB;
}
</style>
border-color css
<style>
span { border-color: #851DFB; }
span { border-color: rgb(133,29,251); }
td.TdClassName
{
border-color: #851DFB;
}
.TagClassName
{
border-color: #851DFB;
}
</style>