Shades of Vivid Violet #89228D
Tints of Vivid Violet #89228D
RGB
CMYK
RGB Variations
Color information
#89228D (or 0x89228D) is known color: Vivid Violet. HEX triplet: 89, 22 and 8D. RGB value is (137,34,141). Sum of RGB (Red+Green+Blue) = 137+34+141=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #89228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89228D is #76DD72. Grayscale: #4C4C4C. Windows color (decimal): -7789939 or 9249417. OLE color: 9249417.
HSL color Cylindrical-coordinate representation of color #89228D: hue angle of 297.76º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89228D is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 34 | 141 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.45 |
| HSL | 297.76º | 0.61% | 0.34% | - |
| HSV(B) | 297.76º | 0.76% | 0.55% | - |
| XYZ | 15.7 | 8.39 | 25.99 | - |
| YUV | 77 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 141 | 0.03 | 0.76 | 0 | 0.45 | 297.76 | 0.61 | 0.34 |
| Hex | 89 | 22 | 8D | 3 | 4C | 0 | 2D | 12A | 3D | 22 |
| Octal | 211 | 42 | 215 | 3 | 114 | 0 | 55 | 452 | 75 | 42 |
| Binary | 10001001 | 100010 | 10001101 | 11 | 1001100 | 0 | 101101 | 100101010 | 111101 | 100010 |
Color Harmonies of #89228D
Complementary color
Monochromatic Colors of #89228D
Black with #89228D
Text Example
Text Example
White with #89228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89228D; }
p { color: rgb(137,34,141); }
H1.HeaderClassName
{
color: #89228D;
}
.AnyTagClassName
{
color: #89228D;
}
</style>
background-color css
<style>
a { background-color: #89228D; }
a { background-color: rgb(137,34,141); }
div.DivClassName
{
background-color: #89228D;
}
.BgClassName
{
background-color: #89228D;
}
</style>
border-color css
<style>
span { border-color: #89228D; }
span { border-color: rgb(137,34,141); }
td.TdClassName
{
border-color: #89228D;
}
.TagClassName
{
border-color: #89228D;
}
</style>