Shades of Vivid Violet #894890
Tints of Vivid Violet #894890
RGB
CMYK
RGB Variations
Color information
#894890 (or 0x894890) is known color: Vivid Violet. HEX triplet: 89, 48 and 90. RGB value is (137,72,144). Sum of RGB (Red+Green+Blue) = 137+72+144=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #894890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894890 is #76B76F. Grayscale: #636363. Windows color (decimal): -7780208 or 9455753. OLE color: 9455753.
HSL color Cylindrical-coordinate representation of color #894890: hue angle of 294.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894890 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 72 | 144 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.44 |
| HSL | 294.17º | 0.33% | 0.42% | - |
| HSV(B) | 294.17º | 0.5% | 0.56% | - |
| XYZ | 17.67 | 11.97 | 27.76 | - |
| YUV | 99.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 144 | 0.05 | 0.50 | 0 | 0.44 | 294.17 | 0.33 | 0.42 |
| Hex | 89 | 48 | 90 | 5 | 32 | 0 | 2C | 126 | 21 | 2A |
| Octal | 211 | 110 | 220 | 5 | 62 | 0 | 54 | 446 | 41 | 52 |
| Binary | 10001001 | 1001000 | 10010000 | 101 | 110010 | 0 | 101100 | 100100110 | 100001 | 101010 |
Color Harmonies of #894890
Complementary color
Monochromatic Colors of #894890
Black with #894890
Text Example
Text Example
White with #894890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894890; }
p { color: rgb(137,72,144); }
H1.HeaderClassName
{
color: #894890;
}
.AnyTagClassName
{
color: #894890;
}
</style>
background-color css
<style>
a { background-color: #894890; }
a { background-color: rgb(137,72,144); }
div.DivClassName
{
background-color: #894890;
}
.BgClassName
{
background-color: #894890;
}
</style>
border-color css
<style>
span { border-color: #894890; }
span { border-color: rgb(137,72,144); }
td.TdClassName
{
border-color: #894890;
}
.TagClassName
{
border-color: #894890;
}
</style>