Shades of Vivid Violet #89319D
Tints of Vivid Violet #89319D
RGB
CMYK
RGB Variations
Color information
#89319D (or 0x89319D) is known color: Vivid Violet. HEX triplet: 89, 31 and 9D. RGB value is (137,49,157). Sum of RGB (Red+Green+Blue) = 137+49+157=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #89319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89319D is #76CE62. Grayscale: #575757. Windows color (decimal): -7786083 or 10301833. OLE color: 10301833.
HSL color Cylindrical-coordinate representation of color #89319D: hue angle of 288.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89319D is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 49 | 157 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.38 |
| HSL | 288.89º | 0.52% | 0.4% | - |
| HSV(B) | 288.89º | 0.69% | 0.62% | - |
| XYZ | 17.5 | 9.95 | 32.9 | - |
| YUV | 87.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 157 | 0.13 | 0.69 | 0 | 0.38 | 288.89 | 0.52 | 0.4 |
| Hex | 89 | 31 | 9D | D | 45 | 0 | 26 | 121 | 34 | 28 |
| Octal | 211 | 61 | 235 | 15 | 105 | 0 | 46 | 441 | 64 | 50 |
| Binary | 10001001 | 110001 | 10011101 | 1101 | 1000101 | 0 | 100110 | 100100001 | 110100 | 101000 |
Color Harmonies of #89319D
Complementary color
Monochromatic Colors of #89319D
Black with #89319D
Text Example
Text Example
White with #89319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89319D; }
p { color: rgb(137,49,157); }
H1.HeaderClassName
{
color: #89319D;
}
.AnyTagClassName
{
color: #89319D;
}
</style>
background-color css
<style>
a { background-color: #89319D; }
a { background-color: rgb(137,49,157); }
div.DivClassName
{
background-color: #89319D;
}
.BgClassName
{
background-color: #89319D;
}
</style>
border-color css
<style>
span { border-color: #89319D; }
span { border-color: rgb(137,49,157); }
td.TdClassName
{
border-color: #89319D;
}
.TagClassName
{
border-color: #89319D;
}
</style>