Shades of Vivid Violet #894996
Tints of Vivid Violet #894996
RGB
CMYK
RGB Variations
Color information
#894996 (or 0x894996) is known color: Vivid Violet. HEX triplet: 89, 49 and 96. RGB value is (137,73,150). Sum of RGB (Red+Green+Blue) = 137+73+150=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #894996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894996 is #76B669. Grayscale: #646464. Windows color (decimal): -7779946 or 9849225. OLE color: 9849225.
HSL color Cylindrical-coordinate representation of color #894996: hue angle of 289.87º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894996 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 73 | 150 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.41 |
| HSL | 289.87º | 0.35% | 0.44% | - |
| HSV(B) | 289.87º | 0.51% | 0.59% | - |
| XYZ | 18.2 | 12.29 | 30.27 | - |
| YUV | 100.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 150 | 0.09 | 0.51 | 0 | 0.41 | 289.87 | 0.35 | 0.44 |
| Hex | 89 | 49 | 96 | 9 | 33 | 0 | 29 | 122 | 23 | 2C |
| Octal | 211 | 111 | 226 | 11 | 63 | 0 | 51 | 442 | 43 | 54 |
| Binary | 10001001 | 1001001 | 10010110 | 1001 | 110011 | 0 | 101001 | 100100010 | 100011 | 101100 |
Color Harmonies of #894996
Complementary color
Monochromatic Colors of #894996
Black with #894996
Text Example
Text Example
White with #894996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894996; }
p { color: rgb(137,73,150); }
H1.HeaderClassName
{
color: #894996;
}
.AnyTagClassName
{
color: #894996;
}
</style>
background-color css
<style>
a { background-color: #894996; }
a { background-color: rgb(137,73,150); }
div.DivClassName
{
background-color: #894996;
}
.BgClassName
{
background-color: #894996;
}
</style>
border-color css
<style>
span { border-color: #894996; }
span { border-color: rgb(137,73,150); }
td.TdClassName
{
border-color: #894996;
}
.TagClassName
{
border-color: #894996;
}
</style>