Shades of Blue Violet #891DFB
Tints of Blue Violet #891DFB
RGB
CMYK
RGB Variations
Color information
#891DFB (or 0x891DFB) is known color: Blue Violet. HEX triplet: 89, 1D and FB. RGB value is (137,29,251). Sum of RGB (Red+Green+Blue) = 137+29+251=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #891DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891DFB is #76E204. Grayscale: #555555. Windows color (decimal): -7791109 or 16457097. OLE color: 16457097.
HSL color Cylindrical-coordinate representation of color #891DFB: hue angle of 269.19º 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 #891DFB is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 29 | 251 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.02 |
| HSL | 269.19º | 0.97% | 0.55% | - |
| HSV(B) | 269.19º | 0.88% | 0.98% | - |
| XYZ | 28.17 | 13.16 | 92.32 | - |
| YUV | 86.6 | 220.78 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 251 | 0.45 | 0.88 | 0 | 0.02 | 269.19 | 0.97 | 0.55 |
| Hex | 89 | 1D | FB | 2D | 58 | 0 | 2 | 10D | 61 | 37 |
| Octal | 211 | 35 | 373 | 55 | 130 | 0 | 2 | 415 | 141 | 67 |
| Binary | 10001001 | 11101 | 11111011 | 101101 | 1011000 | 0 | 10 | 100001101 | 1100001 | 110111 |
Color Harmonies of #891DFB
Complementary color
Monochromatic Colors of #891DFB
Black with #891DFB
Text Example
Text Example
White with #891DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DFB; }
p { color: rgb(137,29,251); }
H1.HeaderClassName
{
color: #891DFB;
}
.AnyTagClassName
{
color: #891DFB;
}
</style>
background-color css
<style>
a { background-color: #891DFB; }
a { background-color: rgb(137,29,251); }
div.DivClassName
{
background-color: #891DFB;
}
.BgClassName
{
background-color: #891DFB;
}
</style>
border-color css
<style>
span { border-color: #891DFB; }
span { border-color: rgb(137,29,251); }
td.TdClassName
{
border-color: #891DFB;
}
.TagClassName
{
border-color: #891DFB;
}
</style>