Shades of Vivid Violet #89408A
Tints of Vivid Violet #89408A
RGB
CMYK
RGB Variations
Color information
#89408A (or 0x89408A) is known color: Vivid Violet. HEX triplet: 89, 40 and 8A. RGB value is (137,64,138). Sum of RGB (Red+Green+Blue) = 137+64+138=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #89408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89408A is #76BF75. Grayscale: #5E5E5E. Windows color (decimal): -7782262 or 9060489. OLE color: 9060489.
HSL color Cylindrical-coordinate representation of color #89408A: hue angle of 299.19º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89408A is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 138 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.46 |
| HSL | 299.19º | 0.37% | 0.4% | - |
| HSV(B) | 299.19º | 0.54% | 0.54% | - |
| XYZ | 16.74 | 10.82 | 25.25 | - |
| YUV | 94.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 138 | 0.01 | 0.54 | 0 | 0.46 | 299.19 | 0.37 | 0.4 |
| Hex | 89 | 40 | 8A | 1 | 36 | 0 | 2E | 12B | 25 | 28 |
| Octal | 211 | 100 | 212 | 1 | 66 | 0 | 56 | 453 | 45 | 50 |
| Binary | 10001001 | 1000000 | 10001010 | 1 | 110110 | 0 | 101110 | 100101011 | 100101 | 101000 |
Color Harmonies of #89408A
Complementary color
Monochromatic Colors of #89408A
Black with #89408A
Text Example
Text Example
White with #89408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89408A; }
p { color: rgb(137,64,138); }
H1.HeaderClassName
{
color: #89408A;
}
.AnyTagClassName
{
color: #89408A;
}
</style>
background-color css
<style>
a { background-color: #89408A; }
a { background-color: rgb(137,64,138); }
div.DivClassName
{
background-color: #89408A;
}
.BgClassName
{
background-color: #89408A;
}
</style>
border-color css
<style>
span { border-color: #89408A; }
span { border-color: rgb(137,64,138); }
td.TdClassName
{
border-color: #89408A;
}
.TagClassName
{
border-color: #89408A;
}
</style>