Shades of Vivid Violet #894393
Tints of Vivid Violet #894393
RGB
CMYK
RGB Variations
Color information
#894393 (or 0x894393) is known color: Vivid Violet. HEX triplet: 89, 43 and 93. RGB value is (137,67,147). Sum of RGB (Red+Green+Blue) = 137+67+147=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #894393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894393 is #76BC6C. Grayscale: #606060. Windows color (decimal): -7781485 or 9651081. OLE color: 9651081.
HSL color Cylindrical-coordinate representation of color #894393: hue angle of 292.5º 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 #894393 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 67 | 147 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.42 |
| HSL | 292.5º | 0.37% | 0.42% | - |
| HSV(B) | 292.5º | 0.54% | 0.58% | - |
| XYZ | 17.59 | 11.44 | 28.88 | - |
| YUV | 97.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 147 | 0.07 | 0.54 | 0 | 0.42 | 292.5 | 0.37 | 0.42 |
| Hex | 89 | 43 | 93 | 7 | 36 | 0 | 2A | 124 | 25 | 2A |
| Octal | 211 | 103 | 223 | 7 | 66 | 0 | 52 | 444 | 45 | 52 |
| Binary | 10001001 | 1000011 | 10010011 | 111 | 110110 | 0 | 101010 | 100100100 | 100101 | 101010 |
Color Harmonies of #894393
Complementary color
Monochromatic Colors of #894393
Black with #894393
Text Example
Text Example
White with #894393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894393; }
p { color: rgb(137,67,147); }
H1.HeaderClassName
{
color: #894393;
}
.AnyTagClassName
{
color: #894393;
}
</style>
background-color css
<style>
a { background-color: #894393; }
a { background-color: rgb(137,67,147); }
div.DivClassName
{
background-color: #894393;
}
.BgClassName
{
background-color: #894393;
}
</style>
border-color css
<style>
span { border-color: #894393; }
span { border-color: rgb(137,67,147); }
td.TdClassName
{
border-color: #894393;
}
.TagClassName
{
border-color: #894393;
}
</style>