Shades of Vivid Violet #89488C
Tints of Vivid Violet #89488C
RGB
CMYK
RGB Variations
Color information
#89488C (or 0x89488C) is known color: Vivid Violet. HEX triplet: 89, 48 and 8C. RGB value is (137,72,140). Sum of RGB (Red+Green+Blue) = 137+72+140=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #89488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89488C is #76B773. Grayscale: #626262. Windows color (decimal): -7780212 or 9193609. OLE color: 9193609.
HSL color Cylindrical-coordinate representation of color #89488C: hue angle of 297.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89488C is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 72 | 140 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.45 |
| HSL | 297.35º | 0.32% | 0.42% | - |
| HSV(B) | 297.35º | 0.49% | 0.55% | - |
| XYZ | 17.37 | 11.85 | 26.18 | - |
| YUV | 99.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 140 | 0.02 | 0.49 | 0 | 0.45 | 297.35 | 0.32 | 0.42 |
| Hex | 89 | 48 | 8C | 2 | 31 | 0 | 2D | 129 | 20 | 2A |
| Octal | 211 | 110 | 214 | 2 | 61 | 0 | 55 | 451 | 40 | 52 |
| Binary | 10001001 | 1001000 | 10001100 | 10 | 110001 | 0 | 101101 | 100101001 | 100000 | 101010 |
Color Harmonies of #89488C
Complementary color
Monochromatic Colors of #89488C
Black with #89488C
Text Example
Text Example
White with #89488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89488C; }
p { color: rgb(137,72,140); }
H1.HeaderClassName
{
color: #89488C;
}
.AnyTagClassName
{
color: #89488C;
}
</style>
background-color css
<style>
a { background-color: #89488C; }
a { background-color: rgb(137,72,140); }
div.DivClassName
{
background-color: #89488C;
}
.BgClassName
{
background-color: #89488C;
}
</style>
border-color css
<style>
span { border-color: #89488C; }
span { border-color: rgb(137,72,140); }
td.TdClassName
{
border-color: #89488C;
}
.TagClassName
{
border-color: #89488C;
}
</style>