Shades of Vivid Violet #893C9A
Tints of Vivid Violet #893C9A
RGB
CMYK
RGB Variations
Color information
#893C9A (or 0x893C9A) is known color: Vivid Violet. HEX triplet: 89, 3C and 9A. RGB value is (137,60,154). Sum of RGB (Red+Green+Blue) = 137+60+154=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #893C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C9A is #76C365. Grayscale: #5D5D5D. Windows color (decimal): -7783270 or 10108041. OLE color: 10108041.
HSL color Cylindrical-coordinate representation of color #893C9A: hue angle of 289.15º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893C9A is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 60 | 154 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.40 |
| HSL | 289.15º | 0.44% | 0.42% | - |
| HSV(B) | 289.15º | 0.61% | 0.6% | - |
| XYZ | 17.77 | 10.88 | 31.74 | - |
| YUV | 93.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 154 | 0.11 | 0.61 | 0 | 0.40 | 289.15 | 0.44 | 0.42 |
| Hex | 89 | 3C | 9A | B | 3D | 0 | 28 | 121 | 2C | 2A |
| Octal | 211 | 74 | 232 | 13 | 75 | 0 | 50 | 441 | 54 | 52 |
| Binary | 10001001 | 111100 | 10011010 | 1011 | 111101 | 0 | 101000 | 100100001 | 101100 | 101010 |
Color Harmonies of #893C9A
Complementary color
Monochromatic Colors of #893C9A
Black with #893C9A
Text Example
Text Example
White with #893C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C9A; }
p { color: rgb(137,60,154); }
H1.HeaderClassName
{
color: #893C9A;
}
.AnyTagClassName
{
color: #893C9A;
}
</style>
background-color css
<style>
a { background-color: #893C9A; }
a { background-color: rgb(137,60,154); }
div.DivClassName
{
background-color: #893C9A;
}
.BgClassName
{
background-color: #893C9A;
}
</style>
border-color css
<style>
span { border-color: #893C9A; }
span { border-color: rgb(137,60,154); }
td.TdClassName
{
border-color: #893C9A;
}
.TagClassName
{
border-color: #893C9A;
}
</style>