Shades of Vivid Violet #89449E
Tints of Vivid Violet #89449E
RGB
CMYK
RGB Variations
Color information
#89449E (or 0x89449E) is known color: Vivid Violet. HEX triplet: 89, 44 and 9E. RGB value is (137,68,158). Sum of RGB (Red+Green+Blue) = 137+68+158=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #89449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89449E is #76BB61. Grayscale: #626262. Windows color (decimal): -7781218 or 10372233. OLE color: 10372233.
HSL color Cylindrical-coordinate representation of color #89449E: hue angle of 286º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #89449E is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 68 | 158 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.38 |
| HSL | 286º | 0.4% | 0.44% | - |
| HSV(B) | 286º | 0.57% | 0.62% | - |
| XYZ | 18.56 | 11.92 | 33.67 | - |
| YUV | 98.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 158 | 0.13 | 0.57 | 0 | 0.38 | 286 | 0.4 | 0.44 |
| Hex | 89 | 44 | 9E | D | 39 | 0 | 26 | 11E | 28 | 2C |
| Octal | 211 | 104 | 236 | 15 | 71 | 0 | 46 | 436 | 50 | 54 |
| Binary | 10001001 | 1000100 | 10011110 | 1101 | 111001 | 0 | 100110 | 100011110 | 101000 | 101100 |
Color Harmonies of #89449E
Complementary color
Monochromatic Colors of #89449E
Black with #89449E
Text Example
Text Example
White with #89449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89449E; }
p { color: rgb(137,68,158); }
H1.HeaderClassName
{
color: #89449E;
}
.AnyTagClassName
{
color: #89449E;
}
</style>
background-color css
<style>
a { background-color: #89449E; }
a { background-color: rgb(137,68,158); }
div.DivClassName
{
background-color: #89449E;
}
.BgClassName
{
background-color: #89449E;
}
</style>
border-color css
<style>
span { border-color: #89449E; }
span { border-color: rgb(137,68,158); }
td.TdClassName
{
border-color: #89449E;
}
.TagClassName
{
border-color: #89449E;
}
</style>