Shades of Vivid Violet #894493
Tints of Vivid Violet #894493
RGB
CMYK
RGB Variations
Color information
#894493 (or 0x894493) is known color: Vivid Violet. HEX triplet: 89, 44 and 93. RGB value is (137,68,147). Sum of RGB (Red+Green+Blue) = 137+68+147=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #894493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894493 is #76BB6C. Grayscale: #616161. Windows color (decimal): -7781229 or 9651337. OLE color: 9651337.
HSL color Cylindrical-coordinate representation of color #894493: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #894493 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 68 | 147 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.42 |
| HSL | 292.41º | 0.37% | 0.42% | - |
| HSV(B) | 292.41º | 0.54% | 0.58% | - |
| XYZ | 17.65 | 11.56 | 28.9 | - |
| YUV | 97.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 147 | 0.07 | 0.54 | 0 | 0.42 | 292.41 | 0.37 | 0.42 |
| Hex | 89 | 44 | 93 | 7 | 36 | 0 | 2A | 124 | 25 | 2A |
| Octal | 211 | 104 | 223 | 7 | 66 | 0 | 52 | 444 | 45 | 52 |
| Binary | 10001001 | 1000100 | 10010011 | 111 | 110110 | 0 | 101010 | 100100100 | 100101 | 101010 |
Color Harmonies of #894493
Complementary color
Monochromatic Colors of #894493
Black with #894493
Text Example
Text Example
White with #894493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894493; }
p { color: rgb(137,68,147); }
H1.HeaderClassName
{
color: #894493;
}
.AnyTagClassName
{
color: #894493;
}
</style>
background-color css
<style>
a { background-color: #894493; }
a { background-color: rgb(137,68,147); }
div.DivClassName
{
background-color: #894493;
}
.BgClassName
{
background-color: #894493;
}
</style>
border-color css
<style>
span { border-color: #894493; }
span { border-color: rgb(137,68,147); }
td.TdClassName
{
border-color: #894493;
}
.TagClassName
{
border-color: #894493;
}
</style>