Shades of Vivid Violet #893D99
Tints of Vivid Violet #893D99
RGB
CMYK
RGB Variations
Color information
#893D99 (or 0x893D99) is known color: Vivid Violet. HEX triplet: 89, 3D and 99. RGB value is (137,61,153). Sum of RGB (Red+Green+Blue) = 137+61+153=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #893D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893D99 is #76C266. Grayscale: #5D5D5D. Windows color (decimal): -7783015 or 10042761. OLE color: 10042761.
HSL color Cylindrical-coordinate representation of color #893D99: hue angle of 289.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893D99 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 61 | 153 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.4 |
| HSL | 289.57º | 0.43% | 0.42% | - |
| HSV(B) | 289.57º | 0.6% | 0.6% | - |
| XYZ | 17.74 | 10.96 | 31.32 | - |
| YUV | 94.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 153 | 0.10 | 0.60 | 0 | 0.4 | 289.57 | 0.43 | 0.42 |
| Hex | 89 | 3D | 99 | A | 3C | 0 | 28 | 122 | 2B | 2A |
| Octal | 211 | 75 | 231 | 12 | 74 | 0 | 50 | 442 | 53 | 52 |
| Binary | 10001001 | 111101 | 10011001 | 1010 | 111100 | 0 | 101000 | 100100010 | 101011 | 101010 |
Color Harmonies of #893D99
Complementary color
Monochromatic Colors of #893D99
Black with #893D99
Text Example
Text Example
White with #893D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D99; }
p { color: rgb(137,61,153); }
H1.HeaderClassName
{
color: #893D99;
}
.AnyTagClassName
{
color: #893D99;
}
</style>
background-color css
<style>
a { background-color: #893D99; }
a { background-color: rgb(137,61,153); }
div.DivClassName
{
background-color: #893D99;
}
.BgClassName
{
background-color: #893D99;
}
</style>
border-color css
<style>
span { border-color: #893D99; }
span { border-color: rgb(137,61,153); }
td.TdClassName
{
border-color: #893D99;
}
.TagClassName
{
border-color: #893D99;
}
</style>