Shades of Vivid Violet #89408B
Tints of Vivid Violet #89408B
RGB
CMYK
RGB Variations
Color information
#89408B (or 0x89408B) is known color: Vivid Violet. HEX triplet: 89, 40 and 8B. RGB value is (137,64,139). Sum of RGB (Red+Green+Blue) = 137+64+139=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #89408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89408B is #76BF74. Grayscale: #5E5E5E. Windows color (decimal): -7782261 or 9126025. OLE color: 9126025.
HSL color Cylindrical-coordinate representation of color #89408B: hue angle of 298.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89408B is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 64 | 139 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.45 |
| HSL | 298.4º | 0.37% | 0.4% | - |
| HSV(B) | 298.4º | 0.54% | 0.55% | - |
| XYZ | 16.81 | 10.85 | 25.63 | - |
| YUV | 94.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 139 | 0.01 | 0.54 | 0 | 0.45 | 298.4 | 0.37 | 0.4 |
| Hex | 89 | 40 | 8B | 1 | 36 | 0 | 2D | 12A | 25 | 28 |
| Octal | 211 | 100 | 213 | 1 | 66 | 0 | 55 | 452 | 45 | 50 |
| Binary | 10001001 | 1000000 | 10001011 | 1 | 110110 | 0 | 101101 | 100101010 | 100101 | 101000 |
Color Harmonies of #89408B
Complementary color
Monochromatic Colors of #89408B
Black with #89408B
Text Example
Text Example
White with #89408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89408B; }
p { color: rgb(137,64,139); }
H1.HeaderClassName
{
color: #89408B;
}
.AnyTagClassName
{
color: #89408B;
}
</style>
background-color css
<style>
a { background-color: #89408B; }
a { background-color: rgb(137,64,139); }
div.DivClassName
{
background-color: #89408B;
}
.BgClassName
{
background-color: #89408B;
}
</style>
border-color css
<style>
span { border-color: #89408B; }
span { border-color: rgb(137,64,139); }
td.TdClassName
{
border-color: #89408B;
}
.TagClassName
{
border-color: #89408B;
}
</style>