Shades of Vivid Violet #894490
Tints of Vivid Violet #894490
RGB
CMYK
RGB Variations
Color information
#894490 (or 0x894490) is known color: Vivid Violet. HEX triplet: 89, 44 and 90. RGB value is (137,68,144). Sum of RGB (Red+Green+Blue) = 137+68+144=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #894490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894490 is #76BB6F. Grayscale: #616161. Windows color (decimal): -7781232 or 9454729. OLE color: 9454729.
HSL color Cylindrical-coordinate representation of color #894490: hue angle of 294.47º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894490 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 68 | 144 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.44 |
| HSL | 294.47º | 0.36% | 0.42% | - |
| HSV(B) | 294.47º | 0.53% | 0.56% | - |
| XYZ | 17.42 | 11.47 | 27.68 | - |
| YUV | 97.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 144 | 0.05 | 0.53 | 0 | 0.44 | 294.47 | 0.36 | 0.42 |
| Hex | 89 | 44 | 90 | 5 | 35 | 0 | 2C | 126 | 24 | 2A |
| Octal | 211 | 104 | 220 | 5 | 65 | 0 | 54 | 446 | 44 | 52 |
| Binary | 10001001 | 1000100 | 10010000 | 101 | 110101 | 0 | 101100 | 100100110 | 100100 | 101010 |
Color Harmonies of #894490
Complementary color
Monochromatic Colors of #894490
Black with #894490
Text Example
Text Example
White with #894490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894490; }
p { color: rgb(137,68,144); }
H1.HeaderClassName
{
color: #894490;
}
.AnyTagClassName
{
color: #894490;
}
</style>
background-color css
<style>
a { background-color: #894490; }
a { background-color: rgb(137,68,144); }
div.DivClassName
{
background-color: #894490;
}
.BgClassName
{
background-color: #894490;
}
</style>
border-color css
<style>
span { border-color: #894490; }
span { border-color: rgb(137,68,144); }
td.TdClassName
{
border-color: #894490;
}
.TagClassName
{
border-color: #894490;
}
</style>