Shades of Vivid Violet #89478D
Tints of Vivid Violet #89478D
RGB
CMYK
RGB Variations
Color information
#89478D (or 0x89478D) is known color: Vivid Violet. HEX triplet: 89, 47 and 8D. RGB value is (137,71,141). Sum of RGB (Red+Green+Blue) = 137+71+141=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #89478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89478D is #76B872. Grayscale: #626262. Windows color (decimal): -7780467 or 9258889. OLE color: 9258889.
HSL color Cylindrical-coordinate representation of color #89478D: hue angle of 296.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89478D is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 71 | 141 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.45 |
| HSL | 296.57º | 0.33% | 0.42% | - |
| HSV(B) | 296.57º | 0.5% | 0.55% | - |
| XYZ | 17.38 | 11.75 | 26.55 | - |
| YUV | 98.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 141 | 0.03 | 0.50 | 0 | 0.45 | 296.57 | 0.33 | 0.42 |
| Hex | 89 | 47 | 8D | 3 | 32 | 0 | 2D | 129 | 21 | 2A |
| Octal | 211 | 107 | 215 | 3 | 62 | 0 | 55 | 451 | 41 | 52 |
| Binary | 10001001 | 1000111 | 10001101 | 11 | 110010 | 0 | 101101 | 100101001 | 100001 | 101010 |
Color Harmonies of #89478D
Complementary color
Monochromatic Colors of #89478D
Black with #89478D
Text Example
Text Example
White with #89478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89478D; }
p { color: rgb(137,71,141); }
H1.HeaderClassName
{
color: #89478D;
}
.AnyTagClassName
{
color: #89478D;
}
</style>
background-color css
<style>
a { background-color: #89478D; }
a { background-color: rgb(137,71,141); }
div.DivClassName
{
background-color: #89478D;
}
.BgClassName
{
background-color: #89478D;
}
</style>
border-color css
<style>
span { border-color: #89478D; }
span { border-color: rgb(137,71,141); }
td.TdClassName
{
border-color: #89478D;
}
.TagClassName
{
border-color: #89478D;
}
</style>