Shades of Vivid Violet #891E90
Tints of Vivid Violet #891E90
RGB
CMYK
RGB Variations
Color information
#891E90 (or 0x891E90) is known color: Vivid Violet. HEX triplet: 89, 1E and 90. RGB value is (137,30,144). Sum of RGB (Red+Green+Blue) = 137+30+144=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #891E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891E90 is #76E16F. Grayscale: #4A4A4A. Windows color (decimal): -7790960 or 9445001. OLE color: 9445001.
HSL color Cylindrical-coordinate representation of color #891E90: hue angle of 296.32º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891E90 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 30 | 144 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.44 |
| HSL | 296.32º | 0.66% | 0.34% | - |
| HSV(B) | 296.32º | 0.79% | 0.56% | - |
| XYZ | 15.81 | 8.26 | 27.15 | - |
| YUV | 74.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 144 | 0.05 | 0.79 | 0 | 0.44 | 296.32 | 0.66 | 0.34 |
| Hex | 89 | 1E | 90 | 5 | 4F | 0 | 2C | 128 | 42 | 22 |
| Octal | 211 | 36 | 220 | 5 | 117 | 0 | 54 | 450 | 102 | 42 |
| Binary | 10001001 | 11110 | 10010000 | 101 | 1001111 | 0 | 101100 | 100101000 | 1000010 | 100010 |
Color Harmonies of #891E90
Complementary color
Monochromatic Colors of #891E90
Black with #891E90
Text Example
Text Example
White with #891E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E90; }
p { color: rgb(137,30,144); }
H1.HeaderClassName
{
color: #891E90;
}
.AnyTagClassName
{
color: #891E90;
}
</style>
background-color css
<style>
a { background-color: #891E90; }
a { background-color: rgb(137,30,144); }
div.DivClassName
{
background-color: #891E90;
}
.BgClassName
{
background-color: #891E90;
}
</style>
border-color css
<style>
span { border-color: #891E90; }
span { border-color: rgb(137,30,144); }
td.TdClassName
{
border-color: #891E90;
}
.TagClassName
{
border-color: #891E90;
}
</style>