Shades of Vivid Violet #89379B
Tints of Vivid Violet #89379B
RGB
CMYK
RGB Variations
Color information
#89379B (or 0x89379B) is known color: Vivid Violet. HEX triplet: 89, 37 and 9B. RGB value is (137,55,155). Sum of RGB (Red+Green+Blue) = 137+55+155=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #89379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89379B is #76C864. Grayscale: #5A5A5A. Windows color (decimal): -7784549 or 10172297. OLE color: 10172297.
HSL color Cylindrical-coordinate representation of color #89379B: hue angle of 289.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89379B is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 55 | 155 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 289.2º | 0.48% | 0.41% | - |
| HSV(B) | 289.2º | 0.65% | 0.61% | - |
| XYZ | 17.6 | 10.42 | 32.09 | - |
| YUV | 90.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 155 | 0.12 | 0.65 | 0 | 0.39 | 289.2 | 0.48 | 0.41 |
| Hex | 89 | 37 | 9B | C | 41 | 0 | 27 | 121 | 30 | 29 |
| Octal | 211 | 67 | 233 | 14 | 101 | 0 | 47 | 441 | 60 | 51 |
| Binary | 10001001 | 110111 | 10011011 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110000 | 101001 |
Color Harmonies of #89379B
Complementary color
Monochromatic Colors of #89379B
Black with #89379B
Text Example
Text Example
White with #89379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89379B; }
p { color: rgb(137,55,155); }
H1.HeaderClassName
{
color: #89379B;
}
.AnyTagClassName
{
color: #89379B;
}
</style>
background-color css
<style>
a { background-color: #89379B; }
a { background-color: rgb(137,55,155); }
div.DivClassName
{
background-color: #89379B;
}
.BgClassName
{
background-color: #89379B;
}
</style>
border-color css
<style>
span { border-color: #89379B; }
span { border-color: rgb(137,55,155); }
td.TdClassName
{
border-color: #89379B;
}
.TagClassName
{
border-color: #89379B;
}
</style>