Shades of Vivid Violet #893986
Tints of Vivid Violet #893986
RGB
CMYK
RGB Variations
Color information
#893986 (or 0x893986) is known color: Vivid Violet. HEX triplet: 89, 39 and 86. RGB value is (137,57,134). Sum of RGB (Red+Green+Blue) = 137+57+134=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #893986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893986 is #76C679. Grayscale: #595959. Windows color (decimal): -7784058 or 8796553. OLE color: 8796553.
HSL color Cylindrical-coordinate representation of color #893986: hue angle of 302.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893986 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 57 | 134 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.46 |
| HSL | 302.25º | 0.41% | 0.38% | - |
| HSV(B) | 302.25º | 0.58% | 0.54% | - |
| XYZ | 16.08 | 9.97 | 23.63 | - |
| YUV | 89.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 134 | 0 | 0.58 | 0.02 | 0.46 | 302.25 | 0.41 | 0.38 |
| Hex | 89 | 39 | 86 | 0 | 3A | 2 | 2E | 12E | 29 | 26 |
| Octal | 211 | 71 | 206 | 0 | 72 | 2 | 56 | 456 | 51 | 46 |
| Binary | 10001001 | 111001 | 10000110 | 0 | 111010 | 10 | 101110 | 100101110 | 101001 | 100110 |
Color Harmonies of #893986
Complementary color
Monochromatic Colors of #893986
Black with #893986
Text Example
Text Example
White with #893986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893986; }
p { color: rgb(137,57,134); }
H1.HeaderClassName
{
color: #893986;
}
.AnyTagClassName
{
color: #893986;
}
</style>
background-color css
<style>
a { background-color: #893986; }
a { background-color: rgb(137,57,134); }
div.DivClassName
{
background-color: #893986;
}
.BgClassName
{
background-color: #893986;
}
</style>
border-color css
<style>
span { border-color: #893986; }
span { border-color: rgb(137,57,134); }
td.TdClassName
{
border-color: #893986;
}
.TagClassName
{
border-color: #893986;
}
</style>