Shades of Vivid Violet #894999
Tints of Vivid Violet #894999
RGB
CMYK
RGB Variations
Color information
#894999 (or 0x894999) is known color: Vivid Violet. HEX triplet: 89, 49 and 99. RGB value is (137,73,153). Sum of RGB (Red+Green+Blue) = 137+73+153=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #894999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894999 is #76B666. Grayscale: #656565. Windows color (decimal): -7779943 or 10045833. OLE color: 10045833.
HSL color Cylindrical-coordinate representation of color #894999: hue angle of 288º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894999 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 73 | 153 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.4 |
| HSL | 288º | 0.35% | 0.44% | - |
| HSV(B) | 288º | 0.52% | 0.6% | - |
| XYZ | 18.45 | 12.38 | 31.55 | - |
| YUV | 101.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 153 | 0.10 | 0.52 | 0 | 0.4 | 288 | 0.35 | 0.44 |
| Hex | 89 | 49 | 99 | A | 34 | 0 | 28 | 120 | 23 | 2C |
| Octal | 211 | 111 | 231 | 12 | 64 | 0 | 50 | 440 | 43 | 54 |
| Binary | 10001001 | 1001001 | 10011001 | 1010 | 110100 | 0 | 101000 | 100100000 | 100011 | 101100 |
Color Harmonies of #894999
Complementary color
Monochromatic Colors of #894999
Black with #894999
Text Example
Text Example
White with #894999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894999; }
p { color: rgb(137,73,153); }
H1.HeaderClassName
{
color: #894999;
}
.AnyTagClassName
{
color: #894999;
}
</style>
background-color css
<style>
a { background-color: #894999; }
a { background-color: rgb(137,73,153); }
div.DivClassName
{
background-color: #894999;
}
.BgClassName
{
background-color: #894999;
}
</style>
border-color css
<style>
span { border-color: #894999; }
span { border-color: rgb(137,73,153); }
td.TdClassName
{
border-color: #894999;
}
.TagClassName
{
border-color: #894999;
}
</style>