Shades of Blue Violet #891FFE
Tints of Blue Violet #891FFE
RGB
CMYK
RGB Variations
Color information
#891FFE (or 0x891FFE) is known color: Blue Violet. HEX triplet: 89, 1F and FE. RGB value is (137,31,254). Sum of RGB (Red+Green+Blue) = 137+31+254=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #891FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891FFE is #76E001. Grayscale: #575757. Windows color (decimal): -7790594 or 16654217. OLE color: 16654217.
HSL color Cylindrical-coordinate representation of color #891FFE: hue angle of 268.52º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891FFE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 31 | 254 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.00 |
| HSL | 268.52º | 0.99% | 0.56% | - |
| HSV(B) | 268.52º | 0.88% | 1% | - |
| XYZ | 28.7 | 13.45 | 94.85 | - |
| YUV | 88.12 | 221.62 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 254 | 0.46 | 0.88 | 0 | 0.00 | 268.52 | 0.99 | 0.56 |
| Hex | 89 | 1F | FE | 2E | 58 | 0 | 0 | 10D | 63 | 38 |
| Octal | 211 | 37 | 376 | 56 | 130 | 0 | 0 | 415 | 143 | 70 |
| Binary | 10001001 | 11111 | 11111110 | 101110 | 1011000 | 0 | 0 | 100001101 | 1100011 | 111000 |
Color Harmonies of #891FFE
Complementary color
Monochromatic Colors of #891FFE
Black with #891FFE
Text Example
Text Example
White with #891FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891FFE; }
p { color: rgb(137,31,254); }
H1.HeaderClassName
{
color: #891FFE;
}
.AnyTagClassName
{
color: #891FFE;
}
</style>
background-color css
<style>
a { background-color: #891FFE; }
a { background-color: rgb(137,31,254); }
div.DivClassName
{
background-color: #891FFE;
}
.BgClassName
{
background-color: #891FFE;
}
</style>
border-color css
<style>
span { border-color: #891FFE; }
span { border-color: rgb(137,31,254); }
td.TdClassName
{
border-color: #891FFE;
}
.TagClassName
{
border-color: #891FFE;
}
</style>