Shades of Vivid Violet #89318E
Tints of Vivid Violet #89318E
RGB
CMYK
RGB Variations
Color information
#89318E (or 0x89318E) is known color: Vivid Violet. HEX triplet: 89, 31 and 8E. RGB value is (137,49,142). Sum of RGB (Red+Green+Blue) = 137+49+142=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #89318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89318E is #76CE71. Grayscale: #555555. Windows color (decimal): -7786098 or 9318793. OLE color: 9318793.
HSL color Cylindrical-coordinate representation of color #89318E: hue angle of 296.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89318E is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 49 | 142 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.44 |
| HSL | 296.77º | 0.49% | 0.37% | - |
| HSV(B) | 296.77º | 0.65% | 0.56% | - |
| XYZ | 16.3 | 9.47 | 26.56 | - |
| YUV | 85.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 142 | 0.04 | 0.65 | 0 | 0.44 | 296.77 | 0.49 | 0.37 |
| Hex | 89 | 31 | 8E | 4 | 41 | 0 | 2C | 129 | 31 | 25 |
| Octal | 211 | 61 | 216 | 4 | 101 | 0 | 54 | 451 | 61 | 45 |
| Binary | 10001001 | 110001 | 10001110 | 100 | 1000001 | 0 | 101100 | 100101001 | 110001 | 100101 |
Color Harmonies of #89318E
Complementary color
Monochromatic Colors of #89318E
Black with #89318E
Text Example
Text Example
White with #89318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89318E; }
p { color: rgb(137,49,142); }
H1.HeaderClassName
{
color: #89318E;
}
.AnyTagClassName
{
color: #89318E;
}
</style>
background-color css
<style>
a { background-color: #89318E; }
a { background-color: rgb(137,49,142); }
div.DivClassName
{
background-color: #89318E;
}
.BgClassName
{
background-color: #89318E;
}
</style>
border-color css
<style>
span { border-color: #89318E; }
span { border-color: rgb(137,49,142); }
td.TdClassName
{
border-color: #89318E;
}
.TagClassName
{
border-color: #89318E;
}
</style>