Shades of Vivid Violet #89208F
Tints of Vivid Violet #89208F
RGB
CMYK
RGB Variations
Color information
#89208F (or 0x89208F) is known color: Vivid Violet. HEX triplet: 89, 20 and 8F. RGB value is (137,32,143). Sum of RGB (Red+Green+Blue) = 137+32+143=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #89208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89208F is #76DF70. Grayscale: #4B4B4B. Windows color (decimal): -7790449 or 9379977. OLE color: 9379977.
HSL color Cylindrical-coordinate representation of color #89208F: hue angle of 296.76º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89208F is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 32 | 143 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.44 |
| HSL | 296.76º | 0.63% | 0.34% | - |
| HSV(B) | 296.76º | 0.78% | 0.56% | - |
| XYZ | 15.79 | 8.33 | 26.76 | - |
| YUV | 76.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 143 | 0.04 | 0.78 | 0 | 0.44 | 296.76 | 0.63 | 0.34 |
| Hex | 89 | 20 | 8F | 4 | 4E | 0 | 2C | 129 | 3F | 22 |
| Octal | 211 | 40 | 217 | 4 | 116 | 0 | 54 | 451 | 77 | 42 |
| Binary | 10001001 | 100000 | 10001111 | 100 | 1001110 | 0 | 101100 | 100101001 | 111111 | 100010 |
Color Harmonies of #89208F
Complementary color
Monochromatic Colors of #89208F
Black with #89208F
Text Example
Text Example
White with #89208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89208F; }
p { color: rgb(137,32,143); }
H1.HeaderClassName
{
color: #89208F;
}
.AnyTagClassName
{
color: #89208F;
}
</style>
background-color css
<style>
a { background-color: #89208F; }
a { background-color: rgb(137,32,143); }
div.DivClassName
{
background-color: #89208F;
}
.BgClassName
{
background-color: #89208F;
}
</style>
border-color css
<style>
span { border-color: #89208F; }
span { border-color: rgb(137,32,143); }
td.TdClassName
{
border-color: #89208F;
}
.TagClassName
{
border-color: #89208F;
}
</style>