Shades of Vivid Violet #891EA1
Tints of Vivid Violet #891EA1
RGB
CMYK
RGB Variations
Color information
#891EA1 (or 0x891EA1) is known color: Vivid Violet. HEX triplet: 89, 1E and A1. RGB value is (137,30,161). Sum of RGB (Red+Green+Blue) = 137+30+161=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #891EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891EA1 is #76E15E. Grayscale: #4C4C4C. Windows color (decimal): -7790943 or 10559113. OLE color: 10559113.
HSL color Cylindrical-coordinate representation of color #891EA1: hue angle of 289.01º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891EA1 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 30 | 161 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.37 |
| HSL | 289.01º | 0.69% | 0.37% | - |
| HSV(B) | 289.01º | 0.81% | 0.63% | - |
| XYZ | 17.21 | 8.82 | 34.51 | - |
| YUV | 76.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 161 | 0.15 | 0.81 | 0 | 0.37 | 289.01 | 0.69 | 0.37 |
| Hex | 89 | 1E | A1 | F | 51 | 0 | 25 | 121 | 45 | 25 |
| Octal | 211 | 36 | 241 | 17 | 121 | 0 | 45 | 441 | 105 | 45 |
| Binary | 10001001 | 11110 | 10100001 | 1111 | 1010001 | 0 | 100101 | 100100001 | 1000101 | 100101 |
Color Harmonies of #891EA1
Complementary color
Monochromatic Colors of #891EA1
Black with #891EA1
Text Example
Text Example
White with #891EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EA1; }
p { color: rgb(137,30,161); }
H1.HeaderClassName
{
color: #891EA1;
}
.AnyTagClassName
{
color: #891EA1;
}
</style>
background-color css
<style>
a { background-color: #891EA1; }
a { background-color: rgb(137,30,161); }
div.DivClassName
{
background-color: #891EA1;
}
.BgClassName
{
background-color: #891EA1;
}
</style>
border-color css
<style>
span { border-color: #891EA1; }
span { border-color: rgb(137,30,161); }
td.TdClassName
{
border-color: #891EA1;
}
.TagClassName
{
border-color: #891EA1;
}
</style>