Shades of Vivid Violet #89359F
Tints of Vivid Violet #89359F
RGB
CMYK
RGB Variations
Color information
#89359F (or 0x89359F) is known color: Vivid Violet. HEX triplet: 89, 35 and 9F. RGB value is (137,53,159). Sum of RGB (Red+Green+Blue) = 137+53+159=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #89359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89359F is #76CA60. Grayscale: #595959. Windows color (decimal): -7785057 or 10433929. OLE color: 10433929.
HSL color Cylindrical-coordinate representation of color #89359F: hue angle of 287.55º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89359F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 53 | 159 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.38 |
| HSL | 287.55º | 0.5% | 0.42% | - |
| HSV(B) | 287.55º | 0.67% | 0.62% | - |
| XYZ | 17.85 | 10.37 | 33.86 | - |
| YUV | 90.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 159 | 0.14 | 0.67 | 0 | 0.38 | 287.55 | 0.5 | 0.42 |
| Hex | 89 | 35 | 9F | E | 43 | 0 | 26 | 120 | 32 | 2A |
| Octal | 211 | 65 | 237 | 16 | 103 | 0 | 46 | 440 | 62 | 52 |
| Binary | 10001001 | 110101 | 10011111 | 1110 | 1000011 | 0 | 100110 | 100100000 | 110010 | 101010 |
Color Harmonies of #89359F
Complementary color
Monochromatic Colors of #89359F
Black with #89359F
Text Example
Text Example
White with #89359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89359F; }
p { color: rgb(137,53,159); }
H1.HeaderClassName
{
color: #89359F;
}
.AnyTagClassName
{
color: #89359F;
}
</style>
background-color css
<style>
a { background-color: #89359F; }
a { background-color: rgb(137,53,159); }
div.DivClassName
{
background-color: #89359F;
}
.BgClassName
{
background-color: #89359F;
}
</style>
border-color css
<style>
span { border-color: #89359F; }
span { border-color: rgb(137,53,159); }
td.TdClassName
{
border-color: #89359F;
}
.TagClassName
{
border-color: #89359F;
}
</style>