Shades of Vivid Violet #891EAC
Tints of Vivid Violet #891EAC
RGB
CMYK
RGB Variations
Color information
#891EAC (or 0x891EAC) is known color: Vivid Violet. HEX triplet: 89, 1E and AC. RGB value is (137,30,172). Sum of RGB (Red+Green+Blue) = 137+30+172=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #891EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891EAC is #76E153. Grayscale: #4D4D4D. Windows color (decimal): -7790932 or 11280009. OLE color: 11280009.
HSL color Cylindrical-coordinate representation of color #891EAC: hue angle of 285.21º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891EAC is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 30 | 172 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.33 |
| HSL | 285.21º | 0.7% | 0.4% | - |
| HSV(B) | 285.21º | 0.83% | 0.67% | - |
| XYZ | 18.23 | 9.23 | 39.85 | - |
| YUV | 78.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 172 | 0.20 | 0.83 | 0 | 0.33 | 285.21 | 0.7 | 0.4 |
| Hex | 89 | 1E | AC | 14 | 53 | 0 | 21 | 11D | 46 | 28 |
| Octal | 211 | 36 | 254 | 24 | 123 | 0 | 41 | 435 | 106 | 50 |
| Binary | 10001001 | 11110 | 10101100 | 10100 | 1010011 | 0 | 100001 | 100011101 | 1000110 | 101000 |
Color Harmonies of #891EAC
Complementary color
Monochromatic Colors of #891EAC
Black with #891EAC
Text Example
Text Example
White with #891EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EAC; }
p { color: rgb(137,30,172); }
H1.HeaderClassName
{
color: #891EAC;
}
.AnyTagClassName
{
color: #891EAC;
}
</style>
background-color css
<style>
a { background-color: #891EAC; }
a { background-color: rgb(137,30,172); }
div.DivClassName
{
background-color: #891EAC;
}
.BgClassName
{
background-color: #891EAC;
}
</style>
border-color css
<style>
span { border-color: #891EAC; }
span { border-color: rgb(137,30,172); }
td.TdClassName
{
border-color: #891EAC;
}
.TagClassName
{
border-color: #891EAC;
}
</style>