Shades of Vivid Violet #89498D
Tints of Vivid Violet #89498D
RGB
CMYK
RGB Variations
Color information
#89498D (or 0x89498D) is known color: Vivid Violet. HEX triplet: 89, 49 and 8D. RGB value is (137,73,141). Sum of RGB (Red+Green+Blue) = 137+73+141=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #89498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89498D is #76B672. Grayscale: #636363. Windows color (decimal): -7779955 or 9259401. OLE color: 9259401.
HSL color Cylindrical-coordinate representation of color #89498D: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89498D is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 73 | 141 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.45 |
| HSL | 296.47º | 0.32% | 0.42% | - |
| HSV(B) | 296.47º | 0.48% | 0.55% | - |
| XYZ | 17.51 | 12.01 | 26.59 | - |
| YUV | 99.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 141 | 0.03 | 0.48 | 0 | 0.45 | 296.47 | 0.32 | 0.42 |
| Hex | 89 | 49 | 8D | 3 | 30 | 0 | 2D | 128 | 20 | 2A |
| Octal | 211 | 111 | 215 | 3 | 60 | 0 | 55 | 450 | 40 | 52 |
| Binary | 10001001 | 1001001 | 10001101 | 11 | 110000 | 0 | 101101 | 100101000 | 100000 | 101010 |
Color Harmonies of #89498D
Complementary color
Monochromatic Colors of #89498D
Black with #89498D
Text Example
Text Example
White with #89498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89498D; }
p { color: rgb(137,73,141); }
H1.HeaderClassName
{
color: #89498D;
}
.AnyTagClassName
{
color: #89498D;
}
</style>
background-color css
<style>
a { background-color: #89498D; }
a { background-color: rgb(137,73,141); }
div.DivClassName
{
background-color: #89498D;
}
.BgClassName
{
background-color: #89498D;
}
</style>
border-color css
<style>
span { border-color: #89498D; }
span { border-color: rgb(137,73,141); }
td.TdClassName
{
border-color: #89498D;
}
.TagClassName
{
border-color: #89498D;
}
</style>