Shades of Vivid Violet #89369B
Tints of Vivid Violet #89369B
RGB
CMYK
RGB Variations
Color information
#89369B (or 0x89369B) is known color: Vivid Violet. HEX triplet: 89, 36 and 9B. RGB value is (137,54,155). Sum of RGB (Red+Green+Blue) = 137+54+155=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #89369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89369B is #76C964. Grayscale: #5A5A5A. Windows color (decimal): -7784805 or 10172041. OLE color: 10172041.
HSL color Cylindrical-coordinate representation of color #89369B: hue angle of 289.31º 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 #89369B is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 54 | 155 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 289.31º | 0.48% | 0.41% | - |
| HSV(B) | 289.31º | 0.65% | 0.61% | - |
| XYZ | 17.55 | 10.32 | 32.08 | - |
| YUV | 90.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 155 | 0.12 | 0.65 | 0 | 0.39 | 289.31 | 0.48 | 0.41 |
| Hex | 89 | 36 | 9B | C | 41 | 0 | 27 | 121 | 30 | 29 |
| Octal | 211 | 66 | 233 | 14 | 101 | 0 | 47 | 441 | 60 | 51 |
| Binary | 10001001 | 110110 | 10011011 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110000 | 101001 |
Color Harmonies of #89369B
Complementary color
Monochromatic Colors of #89369B
Black with #89369B
Text Example
Text Example
White with #89369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89369B; }
p { color: rgb(137,54,155); }
H1.HeaderClassName
{
color: #89369B;
}
.AnyTagClassName
{
color: #89369B;
}
</style>
background-color css
<style>
a { background-color: #89369B; }
a { background-color: rgb(137,54,155); }
div.DivClassName
{
background-color: #89369B;
}
.BgClassName
{
background-color: #89369B;
}
</style>
border-color css
<style>
span { border-color: #89369B; }
span { border-color: rgb(137,54,155); }
td.TdClassName
{
border-color: #89369B;
}
.TagClassName
{
border-color: #89369B;
}
</style>