Shades of Vivid Violet #89418C
Tints of Vivid Violet #89418C
RGB
CMYK
RGB Variations
Color information
#89418C (or 0x89418C) is known color: Vivid Violet. HEX triplet: 89, 41 and 8C. RGB value is (137,65,140). Sum of RGB (Red+Green+Blue) = 137+65+140=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #89418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89418C is #76BE73. Grayscale: #5E5E5E. Windows color (decimal): -7782004 or 9191817. OLE color: 9191817.
HSL color Cylindrical-coordinate representation of color #89418C: hue angle of 297.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89418C is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 65 | 140 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.45 |
| HSL | 297.6º | 0.37% | 0.4% | - |
| HSV(B) | 297.6º | 0.54% | 0.55% | - |
| XYZ | 16.94 | 10.99 | 26.04 | - |
| YUV | 95.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 140 | 0.02 | 0.54 | 0 | 0.45 | 297.6 | 0.37 | 0.4 |
| Hex | 89 | 41 | 8C | 2 | 36 | 0 | 2D | 12A | 25 | 28 |
| Octal | 211 | 101 | 214 | 2 | 66 | 0 | 55 | 452 | 45 | 50 |
| Binary | 10001001 | 1000001 | 10001100 | 10 | 110110 | 0 | 101101 | 100101010 | 100101 | 101000 |
Color Harmonies of #89418C
Complementary color
Monochromatic Colors of #89418C
Black with #89418C
Text Example
Text Example
White with #89418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89418C; }
p { color: rgb(137,65,140); }
H1.HeaderClassName
{
color: #89418C;
}
.AnyTagClassName
{
color: #89418C;
}
</style>
background-color css
<style>
a { background-color: #89418C; }
a { background-color: rgb(137,65,140); }
div.DivClassName
{
background-color: #89418C;
}
.BgClassName
{
background-color: #89418C;
}
</style>
border-color css
<style>
span { border-color: #89418C; }
span { border-color: rgb(137,65,140); }
td.TdClassName
{
border-color: #89418C;
}
.TagClassName
{
border-color: #89418C;
}
</style>