Shades of Vivid Violet #89519B
Tints of Vivid Violet #89519B
RGB
CMYK
RGB Variations
Color information
#89519B (or 0x89519B) is known color: Vivid Violet. HEX triplet: 89, 51 and 9B. RGB value is (137,81,155). Sum of RGB (Red+Green+Blue) = 137+81+155=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #89519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89519B is #76AE64. Grayscale: #696969. Windows color (decimal): -7777893 or 10178953. OLE color: 10178953.
HSL color Cylindrical-coordinate representation of color #89519B: hue angle of 285.41º degrees, saturation: 0.31, 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 #89519B is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 81 | 155 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.39 |
| HSL | 285.41º | 0.31% | 0.46% | - |
| HSV(B) | 285.41º | 0.48% | 0.61% | - |
| XYZ | 19.18 | 13.57 | 32.62 | - |
| YUV | 106.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 155 | 0.12 | 0.48 | 0 | 0.39 | 285.41 | 0.31 | 0.46 |
| Hex | 89 | 51 | 9B | C | 30 | 0 | 27 | 11D | 1F | 2E |
| Octal | 211 | 121 | 233 | 14 | 60 | 0 | 47 | 435 | 37 | 56 |
| Binary | 10001001 | 1010001 | 10011011 | 1100 | 110000 | 0 | 100111 | 100011101 | 11111 | 101110 |
Color Harmonies of #89519B
Complementary color
Monochromatic Colors of #89519B
Black with #89519B
Text Example
Text Example
White with #89519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89519B; }
p { color: rgb(137,81,155); }
H1.HeaderClassName
{
color: #89519B;
}
.AnyTagClassName
{
color: #89519B;
}
</style>
background-color css
<style>
a { background-color: #89519B; }
a { background-color: rgb(137,81,155); }
div.DivClassName
{
background-color: #89519B;
}
.BgClassName
{
background-color: #89519B;
}
</style>
border-color css
<style>
span { border-color: #89519B; }
span { border-color: rgb(137,81,155); }
td.TdClassName
{
border-color: #89519B;
}
.TagClassName
{
border-color: #89519B;
}
</style>