Shades of Vivid Violet #894899
Tints of Vivid Violet #894899
RGB
CMYK
RGB Variations
Color information
#894899 (or 0x894899) is known color: Vivid Violet. HEX triplet: 89, 48 and 99. RGB value is (137,72,153). Sum of RGB (Red+Green+Blue) = 137+72+153=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #894899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894899 is #76B766. Grayscale: #646464. Windows color (decimal): -7780199 or 10045577. OLE color: 10045577.
HSL color Cylindrical-coordinate representation of color #894899: hue angle of 288.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894899 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 72 | 153 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.4 |
| HSL | 288.15º | 0.36% | 0.44% | - |
| HSV(B) | 288.15º | 0.53% | 0.6% | - |
| XYZ | 18.38 | 12.25 | 31.53 | - |
| YUV | 100.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 153 | 0.10 | 0.53 | 0 | 0.4 | 288.15 | 0.36 | 0.44 |
| Hex | 89 | 48 | 99 | A | 35 | 0 | 28 | 120 | 24 | 2C |
| Octal | 211 | 110 | 231 | 12 | 65 | 0 | 50 | 440 | 44 | 54 |
| Binary | 10001001 | 1001000 | 10011001 | 1010 | 110101 | 0 | 101000 | 100100000 | 100100 | 101100 |
Color Harmonies of #894899
Complementary color
Monochromatic Colors of #894899
Black with #894899
Text Example
Text Example
White with #894899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894899; }
p { color: rgb(137,72,153); }
H1.HeaderClassName
{
color: #894899;
}
.AnyTagClassName
{
color: #894899;
}
</style>
background-color css
<style>
a { background-color: #894899; }
a { background-color: rgb(137,72,153); }
div.DivClassName
{
background-color: #894899;
}
.BgClassName
{
background-color: #894899;
}
</style>
border-color css
<style>
span { border-color: #894899; }
span { border-color: rgb(137,72,153); }
td.TdClassName
{
border-color: #894899;
}
.TagClassName
{
border-color: #894899;
}
</style>