Shades of Vivid Violet #89329D
Tints of Vivid Violet #89329D
RGB
CMYK
RGB Variations
Color information
#89329D (or 0x89329D) is known color: Vivid Violet. HEX triplet: 89, 32 and 9D. RGB value is (137,50,157). Sum of RGB (Red+Green+Blue) = 137+50+157=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #89329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89329D is #76CD62. Grayscale: #575757. Windows color (decimal): -7785827 or 10302089. OLE color: 10302089.
HSL color Cylindrical-coordinate representation of color #89329D: hue angle of 288.79º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89329D is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 50 | 157 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.38 |
| HSL | 288.79º | 0.52% | 0.41% | - |
| HSV(B) | 288.79º | 0.68% | 0.62% | - |
| XYZ | 17.54 | 10.03 | 32.91 | - |
| YUV | 88.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 157 | 0.13 | 0.68 | 0 | 0.38 | 288.79 | 0.52 | 0.41 |
| Hex | 89 | 32 | 9D | D | 44 | 0 | 26 | 121 | 34 | 29 |
| Octal | 211 | 62 | 235 | 15 | 104 | 0 | 46 | 441 | 64 | 51 |
| Binary | 10001001 | 110010 | 10011101 | 1101 | 1000100 | 0 | 100110 | 100100001 | 110100 | 101001 |
Color Harmonies of #89329D
Complementary color
Monochromatic Colors of #89329D
Black with #89329D
Text Example
Text Example
White with #89329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89329D; }
p { color: rgb(137,50,157); }
H1.HeaderClassName
{
color: #89329D;
}
.AnyTagClassName
{
color: #89329D;
}
</style>
background-color css
<style>
a { background-color: #89329D; }
a { background-color: rgb(137,50,157); }
div.DivClassName
{
background-color: #89329D;
}
.BgClassName
{
background-color: #89329D;
}
</style>
border-color css
<style>
span { border-color: #89329D; }
span { border-color: rgb(137,50,157); }
td.TdClassName
{
border-color: #89329D;
}
.TagClassName
{
border-color: #89329D;
}
</style>