Shades of Vivid Violet #893C99
Tints of Vivid Violet #893C99
RGB
CMYK
RGB Variations
Color information
#893C99 (or 0x893C99) is known color: Vivid Violet. HEX triplet: 89, 3C and 99. RGB value is (137,60,153). Sum of RGB (Red+Green+Blue) = 137+60+153=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #893C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893C99 is #76C366. Grayscale: #5D5D5D. Windows color (decimal): -7783271 or 10042505. OLE color: 10042505.
HSL color Cylindrical-coordinate representation of color #893C99: hue angle of 289.68º 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 #893C99 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 60 | 153 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.4 |
| HSL | 289.68º | 0.44% | 0.42% | - |
| HSV(B) | 289.68º | 0.61% | 0.6% | - |
| XYZ | 17.68 | 10.85 | 31.3 | - |
| YUV | 93.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 153 | 0.10 | 0.61 | 0 | 0.4 | 289.68 | 0.44 | 0.42 |
| Hex | 89 | 3C | 99 | A | 3D | 0 | 28 | 122 | 2C | 2A |
| Octal | 211 | 74 | 231 | 12 | 75 | 0 | 50 | 442 | 54 | 52 |
| Binary | 10001001 | 111100 | 10011001 | 1010 | 111101 | 0 | 101000 | 100100010 | 101100 | 101010 |
Color Harmonies of #893C99
Complementary color
Monochromatic Colors of #893C99
Black with #893C99
Text Example
Text Example
White with #893C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C99; }
p { color: rgb(137,60,153); }
H1.HeaderClassName
{
color: #893C99;
}
.AnyTagClassName
{
color: #893C99;
}
</style>
background-color css
<style>
a { background-color: #893C99; }
a { background-color: rgb(137,60,153); }
div.DivClassName
{
background-color: #893C99;
}
.BgClassName
{
background-color: #893C99;
}
</style>
border-color css
<style>
span { border-color: #893C99; }
span { border-color: rgb(137,60,153); }
td.TdClassName
{
border-color: #893C99;
}
.TagClassName
{
border-color: #893C99;
}
</style>