Shades of Vivid Violet #89499C
Tints of Vivid Violet #89499C
RGB
CMYK
RGB Variations
Color information
#89499C (or 0x89499C) is known color: Vivid Violet. HEX triplet: 89, 49 and 9C. RGB value is (137,73,156). Sum of RGB (Red+Green+Blue) = 137+73+156=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #89499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89499C is #76B663. Grayscale: #656565. Windows color (decimal): -7779940 or 10242441. OLE color: 10242441.
HSL color Cylindrical-coordinate representation of color #89499C: hue angle of 286.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89499C is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 73 | 156 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.39 |
| HSL | 286.27º | 0.36% | 0.45% | - |
| HSV(B) | 286.27º | 0.53% | 0.61% | - |
| XYZ | 18.7 | 12.48 | 32.88 | - |
| YUV | 101.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 156 | 0.12 | 0.53 | 0 | 0.39 | 286.27 | 0.36 | 0.45 |
| Hex | 89 | 49 | 9C | C | 35 | 0 | 27 | 11E | 24 | 2D |
| Octal | 211 | 111 | 234 | 14 | 65 | 0 | 47 | 436 | 44 | 55 |
| Binary | 10001001 | 1001001 | 10011100 | 1100 | 110101 | 0 | 100111 | 100011110 | 100100 | 101101 |
Color Harmonies of #89499C
Complementary color
Monochromatic Colors of #89499C
Black with #89499C
Text Example
Text Example
White with #89499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89499C; }
p { color: rgb(137,73,156); }
H1.HeaderClassName
{
color: #89499C;
}
.AnyTagClassName
{
color: #89499C;
}
</style>
background-color css
<style>
a { background-color: #89499C; }
a { background-color: rgb(137,73,156); }
div.DivClassName
{
background-color: #89499C;
}
.BgClassName
{
background-color: #89499C;
}
</style>
border-color css
<style>
span { border-color: #89499C; }
span { border-color: rgb(137,73,156); }
td.TdClassName
{
border-color: #89499C;
}
.TagClassName
{
border-color: #89499C;
}
</style>