Shades of Vivid Violet #89289E
Tints of Vivid Violet #89289E
RGB
CMYK
RGB Variations
Color information
#89289E (or 0x89289E) is known color: Vivid Violet. HEX triplet: 89, 28 and 9E. RGB value is (137,40,158). Sum of RGB (Red+Green+Blue) = 137+40+158=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #89289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89289E is #76D761. Grayscale: #525252. Windows color (decimal): -7788386 or 10365065. OLE color: 10365065.
HSL color Cylindrical-coordinate representation of color #89289E: hue angle of 289.32º 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 #89289E is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 40 | 158 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.38 |
| HSL | 289.32º | 0.6% | 0.39% | - |
| HSV(B) | 289.32º | 0.75% | 0.62% | - |
| XYZ | 17.25 | 9.3 | 33.23 | - |
| YUV | 82.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 158 | 0.13 | 0.75 | 0 | 0.38 | 289.32 | 0.6 | 0.39 |
| Hex | 89 | 28 | 9E | D | 4B | 0 | 26 | 121 | 3C | 27 |
| Octal | 211 | 50 | 236 | 15 | 113 | 0 | 46 | 441 | 74 | 47 |
| Binary | 10001001 | 101000 | 10011110 | 1101 | 1001011 | 0 | 100110 | 100100001 | 111100 | 100111 |
Color Harmonies of #89289E
Complementary color
Monochromatic Colors of #89289E
Black with #89289E
Text Example
Text Example
White with #89289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89289E; }
p { color: rgb(137,40,158); }
H1.HeaderClassName
{
color: #89289E;
}
.AnyTagClassName
{
color: #89289E;
}
</style>
background-color css
<style>
a { background-color: #89289E; }
a { background-color: rgb(137,40,158); }
div.DivClassName
{
background-color: #89289E;
}
.BgClassName
{
background-color: #89289E;
}
</style>
border-color css
<style>
span { border-color: #89289E; }
span { border-color: rgb(137,40,158); }
td.TdClassName
{
border-color: #89289E;
}
.TagClassName
{
border-color: #89289E;
}
</style>