Shades of Vivid Violet #89288C
Tints of Vivid Violet #89288C
RGB
CMYK
RGB Variations
Color information
#89288C (or 0x89288C) is known color: Vivid Violet. HEX triplet: 89, 28 and 8C. RGB value is (137,40,140). Sum of RGB (Red+Green+Blue) = 137+40+140=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #89288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89288C is #76D773. Grayscale: #505050. Windows color (decimal): -7788404 or 9185417. OLE color: 9185417.
HSL color Cylindrical-coordinate representation of color #89288C: hue angle of 298.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89288C is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 40 | 140 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.45 |
| HSL | 298.2º | 0.56% | 0.35% | - |
| HSV(B) | 298.2º | 0.71% | 0.55% | - |
| XYZ | 15.81 | 8.73 | 25.66 | - |
| YUV | 80.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 140 | 0.02 | 0.71 | 0 | 0.45 | 298.2 | 0.56 | 0.35 |
| Hex | 89 | 28 | 8C | 2 | 47 | 0 | 2D | 12A | 38 | 23 |
| Octal | 211 | 50 | 214 | 2 | 107 | 0 | 55 | 452 | 70 | 43 |
| Binary | 10001001 | 101000 | 10001100 | 10 | 1000111 | 0 | 101101 | 100101010 | 111000 | 100011 |
Color Harmonies of #89288C
Complementary color
Monochromatic Colors of #89288C
Black with #89288C
Text Example
Text Example
White with #89288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89288C; }
p { color: rgb(137,40,140); }
H1.HeaderClassName
{
color: #89288C;
}
.AnyTagClassName
{
color: #89288C;
}
</style>
background-color css
<style>
a { background-color: #89288C; }
a { background-color: rgb(137,40,140); }
div.DivClassName
{
background-color: #89288C;
}
.BgClassName
{
background-color: #89288C;
}
</style>
border-color css
<style>
span { border-color: #89288C; }
span { border-color: rgb(137,40,140); }
td.TdClassName
{
border-color: #89288C;
}
.TagClassName
{
border-color: #89288C;
}
</style>