Shades of Vivid Violet #894690
Tints of Vivid Violet #894690
RGB
CMYK
RGB Variations
Color information
#894690 (or 0x894690) is known color: Vivid Violet. HEX triplet: 89, 46 and 90. RGB value is (137,70,144). Sum of RGB (Red+Green+Blue) = 137+70+144=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #894690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894690 is #76B96F. Grayscale: #626262. Windows color (decimal): -7780720 or 9455241. OLE color: 9455241.
HSL color Cylindrical-coordinate representation of color #894690: hue angle of 294.32º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894690 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 70 | 144 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.44 |
| HSL | 294.32º | 0.35% | 0.42% | - |
| HSV(B) | 294.32º | 0.51% | 0.56% | - |
| XYZ | 17.54 | 11.71 | 27.72 | - |
| YUV | 98.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 144 | 0.05 | 0.51 | 0 | 0.44 | 294.32 | 0.35 | 0.42 |
| Hex | 89 | 46 | 90 | 5 | 33 | 0 | 2C | 126 | 23 | 2A |
| Octal | 211 | 106 | 220 | 5 | 63 | 0 | 54 | 446 | 43 | 52 |
| Binary | 10001001 | 1000110 | 10010000 | 101 | 110011 | 0 | 101100 | 100100110 | 100011 | 101010 |
Color Harmonies of #894690
Complementary color
Monochromatic Colors of #894690
Black with #894690
Text Example
Text Example
White with #894690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894690; }
p { color: rgb(137,70,144); }
H1.HeaderClassName
{
color: #894690;
}
.AnyTagClassName
{
color: #894690;
}
</style>
background-color css
<style>
a { background-color: #894690; }
a { background-color: rgb(137,70,144); }
div.DivClassName
{
background-color: #894690;
}
.BgClassName
{
background-color: #894690;
}
</style>
border-color css
<style>
span { border-color: #894690; }
span { border-color: rgb(137,70,144); }
td.TdClassName
{
border-color: #894690;
}
.TagClassName
{
border-color: #894690;
}
</style>