Shades of Vivid Violet #89498C
Tints of Vivid Violet #89498C
RGB
CMYK
RGB Variations
Color information
#89498C (or 0x89498C) is known color: Vivid Violet. HEX triplet: 89, 49 and 8C. RGB value is (137,73,140). Sum of RGB (Red+Green+Blue) = 137+73+140=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #89498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89498C is #76B673. Grayscale: #636363. Windows color (decimal): -7779956 or 9193865. OLE color: 9193865.
HSL color Cylindrical-coordinate representation of color #89498C: hue angle of 297.31º degrees, saturation: 0.31, 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 #89498C is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 73 | 140 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.45 |
| HSL | 297.31º | 0.31% | 0.42% | - |
| HSV(B) | 297.31º | 0.48% | 0.55% | - |
| XYZ | 17.43 | 11.98 | 26.2 | - |
| YUV | 99.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 140 | 0.02 | 0.48 | 0 | 0.45 | 297.31 | 0.31 | 0.42 |
| Hex | 89 | 49 | 8C | 2 | 30 | 0 | 2D | 129 | 1F | 2A |
| Octal | 211 | 111 | 214 | 2 | 60 | 0 | 55 | 451 | 37 | 52 |
| Binary | 10001001 | 1001001 | 10001100 | 10 | 110000 | 0 | 101101 | 100101001 | 11111 | 101010 |
Color Harmonies of #89498C
Complementary color
Monochromatic Colors of #89498C
Black with #89498C
Text Example
Text Example
White with #89498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89498C; }
p { color: rgb(137,73,140); }
H1.HeaderClassName
{
color: #89498C;
}
.AnyTagClassName
{
color: #89498C;
}
</style>
background-color css
<style>
a { background-color: #89498C; }
a { background-color: rgb(137,73,140); }
div.DivClassName
{
background-color: #89498C;
}
.BgClassName
{
background-color: #89498C;
}
</style>
border-color css
<style>
span { border-color: #89498C; }
span { border-color: rgb(137,73,140); }
td.TdClassName
{
border-color: #89498C;
}
.TagClassName
{
border-color: #89498C;
}
</style>