Shades of Vivid Violet #894097
Tints of Vivid Violet #894097
RGB
CMYK
RGB Variations
Color information
#894097 (or 0x894097) is known color: Vivid Violet. HEX triplet: 89, 40 and 97. RGB value is (137,64,151). Sum of RGB (Red+Green+Blue) = 137+64+151=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #894097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894097 is #76BF68. Grayscale: #5F5F5F. Windows color (decimal): -7782249 or 9912457. OLE color: 9912457.
HSL color Cylindrical-coordinate representation of color #894097: hue angle of 290.34º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894097 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 64 | 151 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.41 |
| HSL | 290.34º | 0.4% | 0.42% | - |
| HSV(B) | 290.34º | 0.58% | 0.59% | - |
| XYZ | 17.74 | 11.22 | 30.51 | - |
| YUV | 95.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 151 | 0.09 | 0.58 | 0 | 0.41 | 290.34 | 0.4 | 0.42 |
| Hex | 89 | 40 | 97 | 9 | 3A | 0 | 29 | 122 | 28 | 2A |
| Octal | 211 | 100 | 227 | 11 | 72 | 0 | 51 | 442 | 50 | 52 |
| Binary | 10001001 | 1000000 | 10010111 | 1001 | 111010 | 0 | 101001 | 100100010 | 101000 | 101010 |
Color Harmonies of #894097
Complementary color
Monochromatic Colors of #894097
Black with #894097
Text Example
Text Example
White with #894097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894097; }
p { color: rgb(137,64,151); }
H1.HeaderClassName
{
color: #894097;
}
.AnyTagClassName
{
color: #894097;
}
</style>
background-color css
<style>
a { background-color: #894097; }
a { background-color: rgb(137,64,151); }
div.DivClassName
{
background-color: #894097;
}
.BgClassName
{
background-color: #894097;
}
</style>
border-color css
<style>
span { border-color: #894097; }
span { border-color: rgb(137,64,151); }
td.TdClassName
{
border-color: #894097;
}
.TagClassName
{
border-color: #894097;
}
</style>