Shades of Vivid Violet #893A87
Tints of Vivid Violet #893A87
RGB
CMYK
RGB Variations
Color information
#893A87 (or 0x893A87) is known color: Vivid Violet. HEX triplet: 89, 3A and 87. RGB value is (137,58,135). Sum of RGB (Red+Green+Blue) = 137+58+135=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #893A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A87 is #76C578. Grayscale: #5A5A5A. Windows color (decimal): -7783801 or 8862345. OLE color: 8862345.
HSL color Cylindrical-coordinate representation of color #893A87: hue angle of 301.52º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A87 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 135 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.46 |
| HSL | 301.52º | 0.41% | 0.38% | - |
| HSV(B) | 301.52º | 0.58% | 0.54% | - |
| XYZ | 16.2 | 10.09 | 24.02 | - |
| YUV | 90.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 135 | 0 | 0.58 | 0.01 | 0.46 | 301.52 | 0.41 | 0.38 |
| Hex | 89 | 3A | 87 | 0 | 3A | 1 | 2E | 12E | 29 | 26 |
| Octal | 211 | 72 | 207 | 0 | 72 | 1 | 56 | 456 | 51 | 46 |
| Binary | 10001001 | 111010 | 10000111 | 0 | 111010 | 1 | 101110 | 100101110 | 101001 | 100110 |
Color Harmonies of #893A87
Complementary color
Monochromatic Colors of #893A87
Black with #893A87
Text Example
Text Example
White with #893A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A87; }
p { color: rgb(137,58,135); }
H1.HeaderClassName
{
color: #893A87;
}
.AnyTagClassName
{
color: #893A87;
}
</style>
background-color css
<style>
a { background-color: #893A87; }
a { background-color: rgb(137,58,135); }
div.DivClassName
{
background-color: #893A87;
}
.BgClassName
{
background-color: #893A87;
}
</style>
border-color css
<style>
span { border-color: #893A87; }
span { border-color: rgb(137,58,135); }
td.TdClassName
{
border-color: #893A87;
}
.TagClassName
{
border-color: #893A87;
}
</style>