Shades of Vivid Violet #894699
Tints of Vivid Violet #894699
RGB
CMYK
RGB Variations
Color information
#894699 (or 0x894699) is known color: Vivid Violet. HEX triplet: 89, 46 and 99. RGB value is (137,70,153). Sum of RGB (Red+Green+Blue) = 137+70+153=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #894699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894699 is #76B966. Grayscale: #636363. Windows color (decimal): -7780711 or 10045065. OLE color: 10045065.
HSL color Cylindrical-coordinate representation of color #894699: hue angle of 288.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #894699 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 70 | 153 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.4 |
| HSL | 288.43º | 0.37% | 0.44% | - |
| HSV(B) | 288.43º | 0.54% | 0.6% | - |
| XYZ | 18.26 | 12 | 31.49 | - |
| YUV | 99.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 153 | 0.10 | 0.54 | 0 | 0.4 | 288.43 | 0.37 | 0.44 |
| Hex | 89 | 46 | 99 | A | 36 | 0 | 28 | 120 | 25 | 2C |
| Octal | 211 | 106 | 231 | 12 | 66 | 0 | 50 | 440 | 45 | 54 |
| Binary | 10001001 | 1000110 | 10011001 | 1010 | 110110 | 0 | 101000 | 100100000 | 100101 | 101100 |
Color Harmonies of #894699
Complementary color
Monochromatic Colors of #894699
Black with #894699
Text Example
Text Example
White with #894699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894699; }
p { color: rgb(137,70,153); }
H1.HeaderClassName
{
color: #894699;
}
.AnyTagClassName
{
color: #894699;
}
</style>
background-color css
<style>
a { background-color: #894699; }
a { background-color: rgb(137,70,153); }
div.DivClassName
{
background-color: #894699;
}
.BgClassName
{
background-color: #894699;
}
</style>
border-color css
<style>
span { border-color: #894699; }
span { border-color: rgb(137,70,153); }
td.TdClassName
{
border-color: #894699;
}
.TagClassName
{
border-color: #894699;
}
</style>