Shades of Blue Violet #891EEE
Tints of Blue Violet #891EEE
RGB
CMYK
RGB Variations
Color information
#891EEE (or 0x891EEE) is known color: Blue Violet. HEX triplet: 89, 1E and EE. RGB value is (137,30,238). Sum of RGB (Red+Green+Blue) = 137+30+238=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #891EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891EEE is #76E111. Grayscale: #545454. Windows color (decimal): -7790866 or 15605385. OLE color: 15605385.
HSL color Cylindrical-coordinate representation of color #891EEE: hue angle of 270.87º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891EEE is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 30 | 238 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.07 |
| HSL | 270.87º | 0.86% | 0.53% | - |
| HSV(B) | 270.87º | 0.87% | 0.93% | - |
| XYZ | 26.21 | 12.42 | 81.9 | - |
| YUV | 85.71 | 213.95 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 238 | 0.42 | 0.87 | 0 | 0.07 | 270.87 | 0.86 | 0.53 |
| Hex | 89 | 1E | EE | 2A | 57 | 0 | 7 | 10F | 56 | 35 |
| Octal | 211 | 36 | 356 | 52 | 127 | 0 | 7 | 417 | 126 | 65 |
| Binary | 10001001 | 11110 | 11101110 | 101010 | 1010111 | 0 | 111 | 100001111 | 1010110 | 110101 |
Color Harmonies of #891EEE
Complementary color
Monochromatic Colors of #891EEE
Black with #891EEE
Text Example
Text Example
White with #891EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EEE; }
p { color: rgb(137,30,238); }
H1.HeaderClassName
{
color: #891EEE;
}
.AnyTagClassName
{
color: #891EEE;
}
</style>
background-color css
<style>
a { background-color: #891EEE; }
a { background-color: rgb(137,30,238); }
div.DivClassName
{
background-color: #891EEE;
}
.BgClassName
{
background-color: #891EEE;
}
</style>
border-color css
<style>
span { border-color: #891EEE; }
span { border-color: rgb(137,30,238); }
td.TdClassName
{
border-color: #891EEE;
}
.TagClassName
{
border-color: #891EEE;
}
</style>