Shades of Vivid Violet #89519C
Tints of Vivid Violet #89519C
RGB
CMYK
RGB Variations
Color information
#89519C (or 0x89519C) is known color: Vivid Violet. HEX triplet: 89, 51 and 9C. RGB value is (137,81,156). Sum of RGB (Red+Green+Blue) = 137+81+156=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #89519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89519C is #76AE63. Grayscale: #6A6A6A. Windows color (decimal): -7777892 or 10244489. OLE color: 10244489.
HSL color Cylindrical-coordinate representation of color #89519C: hue angle of 284.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89519C is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 81 | 156 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.39 |
| HSL | 284.8º | 0.32% | 0.46% | - |
| HSV(B) | 284.8º | 0.48% | 0.61% | - |
| XYZ | 19.26 | 13.6 | 33.06 | - |
| YUV | 106.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 156 | 0.12 | 0.48 | 0 | 0.39 | 284.8 | 0.32 | 0.46 |
| Hex | 89 | 51 | 9C | C | 30 | 0 | 27 | 11D | 20 | 2E |
| Octal | 211 | 121 | 234 | 14 | 60 | 0 | 47 | 435 | 40 | 56 |
| Binary | 10001001 | 1010001 | 10011100 | 1100 | 110000 | 0 | 100111 | 100011101 | 100000 | 101110 |
Color Harmonies of #89519C
Complementary color
Monochromatic Colors of #89519C
Black with #89519C
Text Example
Text Example
White with #89519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89519C; }
p { color: rgb(137,81,156); }
H1.HeaderClassName
{
color: #89519C;
}
.AnyTagClassName
{
color: #89519C;
}
</style>
background-color css
<style>
a { background-color: #89519C; }
a { background-color: rgb(137,81,156); }
div.DivClassName
{
background-color: #89519C;
}
.BgClassName
{
background-color: #89519C;
}
</style>
border-color css
<style>
span { border-color: #89519C; }
span { border-color: rgb(137,81,156); }
td.TdClassName
{
border-color: #89519C;
}
.TagClassName
{
border-color: #89519C;
}
</style>