Shades of Vivid Violet #89398B
Tints of Vivid Violet #89398B
RGB
CMYK
RGB Variations
Color information
#89398B (or 0x89398B) is known color: Vivid Violet. HEX triplet: 89, 39 and 8B. RGB value is (137,57,139). Sum of RGB (Red+Green+Blue) = 137+57+139=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #89398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89398B is #76C674. Grayscale: #5A5A5A. Windows color (decimal): -7784053 or 9124233. OLE color: 9124233.
HSL color Cylindrical-coordinate representation of color #89398B: hue angle of 298.54º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89398B is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 57 | 139 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.45 |
| HSL | 298.54º | 0.42% | 0.38% | - |
| HSV(B) | 298.54º | 0.59% | 0.55% | - |
| XYZ | 16.44 | 10.11 | 25.51 | - |
| YUV | 90.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 57 | 139 | 0.01 | 0.59 | 0 | 0.45 | 298.54 | 0.42 | 0.38 |
| Hex | 89 | 39 | 8B | 1 | 3B | 0 | 2D | 12B | 2A | 26 |
| Octal | 211 | 71 | 213 | 1 | 73 | 0 | 55 | 453 | 52 | 46 |
| Binary | 10001001 | 111001 | 10001011 | 1 | 111011 | 0 | 101101 | 100101011 | 101010 | 100110 |
Color Harmonies of #89398B
Complementary color
Monochromatic Colors of #89398B
Black with #89398B
Text Example
Text Example
White with #89398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89398B; }
p { color: rgb(137,57,139); }
H1.HeaderClassName
{
color: #89398B;
}
.AnyTagClassName
{
color: #89398B;
}
</style>
background-color css
<style>
a { background-color: #89398B; }
a { background-color: rgb(137,57,139); }
div.DivClassName
{
background-color: #89398B;
}
.BgClassName
{
background-color: #89398B;
}
</style>
border-color css
<style>
span { border-color: #89398B; }
span { border-color: rgb(137,57,139); }
td.TdClassName
{
border-color: #89398B;
}
.TagClassName
{
border-color: #89398B;
}
</style>