Shades of Blue Violet #891DFF
Tints of Blue Violet #891DFF
RGB
CMYK
RGB Variations
Color information
#891DFF (or 0x891DFF) is known color: Blue Violet. HEX triplet: 89, 1D and FF. RGB value is (137,29,255). Sum of RGB (Red+Green+Blue) = 137+29+255=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #891DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891DFF is #76E200. Grayscale: #565656. Windows color (decimal): -7791105 or 16719241. OLE color: 16719241.
HSL color Cylindrical-coordinate representation of color #891DFF: hue angle of 268.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891DFF is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 29 | 255 | - |
| CMYK | 0.46 | 0.89 | 0 | 0 |
| HSL | 268.67º | 1% | 0.56% | - |
| HSV(B) | 268.67º | 0.89% | 1% | - |
| XYZ | 28.81 | 13.42 | 95.68 | - |
| YUV | 87.06 | 222.78 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 255 | 0.46 | 0.89 | 0 | 0 | 268.67 | 1 | 0.56 |
| Hex | 89 | 1D | FF | 2E | 59 | 0 | 0 | 10D | 64 | 38 |
| Octal | 211 | 35 | 377 | 56 | 131 | 0 | 0 | 415 | 144 | 70 |
| Binary | 10001001 | 11101 | 11111111 | 101110 | 1011001 | 0 | 0 | 100001101 | 1100100 | 111000 |
Color Harmonies of #891DFF
Complementary color
Monochromatic Colors of #891DFF
Black with #891DFF
Text Example
Text Example
White with #891DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DFF; }
p { color: rgb(137,29,255); }
H1.HeaderClassName
{
color: #891DFF;
}
.AnyTagClassName
{
color: #891DFF;
}
</style>
background-color css
<style>
a { background-color: #891DFF; }
a { background-color: rgb(137,29,255); }
div.DivClassName
{
background-color: #891DFF;
}
.BgClassName
{
background-color: #891DFF;
}
</style>
border-color css
<style>
span { border-color: #891DFF; }
span { border-color: rgb(137,29,255); }
td.TdClassName
{
border-color: #891DFF;
}
.TagClassName
{
border-color: #891DFF;
}
</style>