Shades of Blue Violet #891EEA
Tints of Blue Violet #891EEA
RGB
CMYK
RGB Variations
Color information
#891EEA (or 0x891EEA) is known color: Blue Violet. HEX triplet: 89, 1E and EA. RGB value is (137,30,234). Sum of RGB (Red+Green+Blue) = 137+30+234=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #891EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891EEA is #76E115. Grayscale: #545454. Windows color (decimal): -7790870 or 15343241. OLE color: 15343241.
HSL color Cylindrical-coordinate representation of color #891EEA: hue angle of 271.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891EEA is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 30 | 234 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.08 |
| HSL | 271.47º | 0.83% | 0.52% | - |
| HSV(B) | 271.47º | 0.87% | 0.92% | - |
| XYZ | 25.63 | 12.19 | 78.84 | - |
| YUV | 85.25 | 211.95 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 234 | 0.41 | 0.87 | 0 | 0.08 | 271.47 | 0.83 | 0.52 |
| Hex | 89 | 1E | EA | 29 | 57 | 0 | 8 | 10F | 53 | 34 |
| Octal | 211 | 36 | 352 | 51 | 127 | 0 | 10 | 417 | 123 | 64 |
| Binary | 10001001 | 11110 | 11101010 | 101001 | 1010111 | 0 | 1000 | 100001111 | 1010011 | 110100 |
Color Harmonies of #891EEA
Complementary color
Monochromatic Colors of #891EEA
Black with #891EEA
Text Example
Text Example
White with #891EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EEA; }
p { color: rgb(137,30,234); }
H1.HeaderClassName
{
color: #891EEA;
}
.AnyTagClassName
{
color: #891EEA;
}
</style>
background-color css
<style>
a { background-color: #891EEA; }
a { background-color: rgb(137,30,234); }
div.DivClassName
{
background-color: #891EEA;
}
.BgClassName
{
background-color: #891EEA;
}
</style>
border-color css
<style>
span { border-color: #891EEA; }
span { border-color: rgb(137,30,234); }
td.TdClassName
{
border-color: #891EEA;
}
.TagClassName
{
border-color: #891EEA;
}
</style>