Shades of Vivid Violet #894590
Tints of Vivid Violet #894590
RGB
CMYK
RGB Variations
Color information
#894590 (or 0x894590) is known color: Vivid Violet. HEX triplet: 89, 45 and 90. RGB value is (137,69,144). Sum of RGB (Red+Green+Blue) = 137+69+144=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #894590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894590 is #76BA6F. Grayscale: #616161. Windows color (decimal): -7780976 or 9454985. OLE color: 9454985.
HSL color Cylindrical-coordinate representation of color #894590: hue angle of 294.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894590 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 69 | 144 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.44 |
| HSL | 294.4º | 0.35% | 0.42% | - |
| HSV(B) | 294.4º | 0.52% | 0.56% | - |
| XYZ | 17.48 | 11.59 | 27.7 | - |
| YUV | 97.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 144 | 0.05 | 0.52 | 0 | 0.44 | 294.4 | 0.35 | 0.42 |
| Hex | 89 | 45 | 90 | 5 | 34 | 0 | 2C | 126 | 23 | 2A |
| Octal | 211 | 105 | 220 | 5 | 64 | 0 | 54 | 446 | 43 | 52 |
| Binary | 10001001 | 1000101 | 10010000 | 101 | 110100 | 0 | 101100 | 100100110 | 100011 | 101010 |
Color Harmonies of #894590
Complementary color
Monochromatic Colors of #894590
Black with #894590
Text Example
Text Example
White with #894590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894590; }
p { color: rgb(137,69,144); }
H1.HeaderClassName
{
color: #894590;
}
.AnyTagClassName
{
color: #894590;
}
</style>
background-color css
<style>
a { background-color: #894590; }
a { background-color: rgb(137,69,144); }
div.DivClassName
{
background-color: #894590;
}
.BgClassName
{
background-color: #894590;
}
</style>
border-color css
<style>
span { border-color: #894590; }
span { border-color: rgb(137,69,144); }
td.TdClassName
{
border-color: #894590;
}
.TagClassName
{
border-color: #894590;
}
</style>