Shades of Vivid Violet #89318C
Tints of Vivid Violet #89318C
RGB
CMYK
RGB Variations
Color information
#89318C (or 0x89318C) is known color: Vivid Violet. HEX triplet: 89, 31 and 8C. RGB value is (137,49,140). Sum of RGB (Red+Green+Blue) = 137+49+140=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #89318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89318C is #76CE73. Grayscale: #555555. Windows color (decimal): -7786100 or 9187721. OLE color: 9187721.
HSL color Cylindrical-coordinate representation of color #89318C: hue angle of 298.02º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89318C is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 49 | 140 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.45 |
| HSL | 298.02º | 0.48% | 0.37% | - |
| HSV(B) | 298.02º | 0.65% | 0.55% | - |
| XYZ | 16.15 | 9.41 | 25.78 | - |
| YUV | 85.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 140 | 0.02 | 0.65 | 0 | 0.45 | 298.02 | 0.48 | 0.37 |
| Hex | 89 | 31 | 8C | 2 | 41 | 0 | 2D | 12A | 30 | 25 |
| Octal | 211 | 61 | 214 | 2 | 101 | 0 | 55 | 452 | 60 | 45 |
| Binary | 10001001 | 110001 | 10001100 | 10 | 1000001 | 0 | 101101 | 100101010 | 110000 | 100101 |
Color Harmonies of #89318C
Complementary color
Monochromatic Colors of #89318C
Black with #89318C
Text Example
Text Example
White with #89318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89318C; }
p { color: rgb(137,49,140); }
H1.HeaderClassName
{
color: #89318C;
}
.AnyTagClassName
{
color: #89318C;
}
</style>
background-color css
<style>
a { background-color: #89318C; }
a { background-color: rgb(137,49,140); }
div.DivClassName
{
background-color: #89318C;
}
.BgClassName
{
background-color: #89318C;
}
</style>
border-color css
<style>
span { border-color: #89318C; }
span { border-color: rgb(137,49,140); }
td.TdClassName
{
border-color: #89318C;
}
.TagClassName
{
border-color: #89318C;
}
</style>