Shades of Vivid Violet #894197
Tints of Vivid Violet #894197
RGB
CMYK
RGB Variations
Color information
#894197 (or 0x894197) is known color: Vivid Violet. HEX triplet: 89, 41 and 97. RGB value is (137,65,151). Sum of RGB (Red+Green+Blue) = 137+65+151=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #894197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894197 is #76BE68. Grayscale: #606060. Windows color (decimal): -7781993 or 9912713. OLE color: 9912713.
HSL color Cylindrical-coordinate representation of color #894197: hue angle of 290.23º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #894197 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 65 | 151 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.41 |
| HSL | 290.23º | 0.4% | 0.42% | - |
| HSV(B) | 290.23º | 0.57% | 0.59% | - |
| XYZ | 17.79 | 11.33 | 30.53 | - |
| YUV | 96.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 151 | 0.09 | 0.57 | 0 | 0.41 | 290.23 | 0.4 | 0.42 |
| Hex | 89 | 41 | 97 | 9 | 39 | 0 | 29 | 122 | 28 | 2A |
| Octal | 211 | 101 | 227 | 11 | 71 | 0 | 51 | 442 | 50 | 52 |
| Binary | 10001001 | 1000001 | 10010111 | 1001 | 111001 | 0 | 101001 | 100100010 | 101000 | 101010 |
Color Harmonies of #894197
Complementary color
Monochromatic Colors of #894197
Black with #894197
Text Example
Text Example
White with #894197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894197; }
p { color: rgb(137,65,151); }
H1.HeaderClassName
{
color: #894197;
}
.AnyTagClassName
{
color: #894197;
}
</style>
background-color css
<style>
a { background-color: #894197; }
a { background-color: rgb(137,65,151); }
div.DivClassName
{
background-color: #894197;
}
.BgClassName
{
background-color: #894197;
}
</style>
border-color css
<style>
span { border-color: #894197; }
span { border-color: rgb(137,65,151); }
td.TdClassName
{
border-color: #894197;
}
.TagClassName
{
border-color: #894197;
}
</style>