Shades of Blue Violet #891BEE
Tints of Blue Violet #891BEE
RGB
CMYK
RGB Variations
Color information
#891BEE (or 0x891BEE) is known color: Blue Violet. HEX triplet: 89, 1B and EE. RGB value is (137,27,238). Sum of RGB (Red+Green+Blue) = 137+27+238=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #891BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891BEE is #76E411. Grayscale: #535353. Windows color (decimal): -7791634 or 15604617. OLE color: 15604617.
HSL color Cylindrical-coordinate representation of color #891BEE: hue angle of 271.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #891BEE is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 27 | 238 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.07 |
| HSL | 271.28º | 0.86% | 0.52% | - |
| HSV(B) | 271.28º | 0.89% | 0.93% | - |
| XYZ | 26.14 | 12.28 | 81.88 | - |
| YUV | 83.94 | 214.94 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 238 | 0.42 | 0.89 | 0 | 0.07 | 271.28 | 0.86 | 0.52 |
| Hex | 89 | 1B | EE | 2A | 59 | 0 | 7 | 10F | 56 | 34 |
| Octal | 211 | 33 | 356 | 52 | 131 | 0 | 7 | 417 | 126 | 64 |
| Binary | 10001001 | 11011 | 11101110 | 101010 | 1011001 | 0 | 111 | 100001111 | 1010110 | 110100 |
Color Harmonies of #891BEE
Complementary color
Monochromatic Colors of #891BEE
Black with #891BEE
Text Example
Text Example
White with #891BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891BEE; }
p { color: rgb(137,27,238); }
H1.HeaderClassName
{
color: #891BEE;
}
.AnyTagClassName
{
color: #891BEE;
}
</style>
background-color css
<style>
a { background-color: #891BEE; }
a { background-color: rgb(137,27,238); }
div.DivClassName
{
background-color: #891BEE;
}
.BgClassName
{
background-color: #891BEE;
}
</style>
border-color css
<style>
span { border-color: #891BEE; }
span { border-color: rgb(137,27,238); }
td.TdClassName
{
border-color: #891BEE;
}
.TagClassName
{
border-color: #891BEE;
}
</style>