Shades of Vivid Violet #89289F
Tints of Vivid Violet #89289F
RGB
CMYK
RGB Variations
Color information
#89289F (or 0x89289F) is known color: Vivid Violet. HEX triplet: 89, 28 and 9F. RGB value is (137,40,159). Sum of RGB (Red+Green+Blue) = 137+40+159=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #89289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89289F is #76D760. Grayscale: #525252. Windows color (decimal): -7788385 or 10430601. OLE color: 10430601.
HSL color Cylindrical-coordinate representation of color #89289F: hue angle of 288.91º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89289F is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 40 | 159 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.38 |
| HSL | 288.91º | 0.6% | 0.39% | - |
| HSV(B) | 288.91º | 0.75% | 0.62% | - |
| XYZ | 17.33 | 9.34 | 33.69 | - |
| YUV | 82.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 159 | 0.14 | 0.75 | 0 | 0.38 | 288.91 | 0.6 | 0.39 |
| Hex | 89 | 28 | 9F | E | 4B | 0 | 26 | 121 | 3C | 27 |
| Octal | 211 | 50 | 237 | 16 | 113 | 0 | 46 | 441 | 74 | 47 |
| Binary | 10001001 | 101000 | 10011111 | 1110 | 1001011 | 0 | 100110 | 100100001 | 111100 | 100111 |
Color Harmonies of #89289F
Complementary color
Monochromatic Colors of #89289F
Black with #89289F
Text Example
Text Example
White with #89289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89289F; }
p { color: rgb(137,40,159); }
H1.HeaderClassName
{
color: #89289F;
}
.AnyTagClassName
{
color: #89289F;
}
</style>
background-color css
<style>
a { background-color: #89289F; }
a { background-color: rgb(137,40,159); }
div.DivClassName
{
background-color: #89289F;
}
.BgClassName
{
background-color: #89289F;
}
</style>
border-color css
<style>
span { border-color: #89289F; }
span { border-color: rgb(137,40,159); }
td.TdClassName
{
border-color: #89289F;
}
.TagClassName
{
border-color: #89289F;
}
</style>