Shades of Vivid Violet #89359C
Tints of Vivid Violet #89359C
RGB
CMYK
RGB Variations
Color information
#89359C (or 0x89359C) is known color: Vivid Violet. HEX triplet: 89, 35 and 9C. RGB value is (137,53,156). Sum of RGB (Red+Green+Blue) = 137+53+156=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #89359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89359C is #76CA63. Grayscale: #595959. Windows color (decimal): -7785060 or 10237321. OLE color: 10237321.
HSL color Cylindrical-coordinate representation of color #89359C: hue angle of 288.93º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89359C is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 53 | 156 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.39 |
| HSL | 288.93º | 0.49% | 0.41% | - |
| HSV(B) | 288.93º | 0.66% | 0.61% | - |
| XYZ | 17.59 | 10.26 | 32.51 | - |
| YUV | 89.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 156 | 0.12 | 0.66 | 0 | 0.39 | 288.93 | 0.49 | 0.41 |
| Hex | 89 | 35 | 9C | C | 42 | 0 | 27 | 121 | 31 | 29 |
| Octal | 211 | 65 | 234 | 14 | 102 | 0 | 47 | 441 | 61 | 51 |
| Binary | 10001001 | 110101 | 10011100 | 1100 | 1000010 | 0 | 100111 | 100100001 | 110001 | 101001 |
Color Harmonies of #89359C
Complementary color
Monochromatic Colors of #89359C
Black with #89359C
Text Example
Text Example
White with #89359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89359C; }
p { color: rgb(137,53,156); }
H1.HeaderClassName
{
color: #89359C;
}
.AnyTagClassName
{
color: #89359C;
}
</style>
background-color css
<style>
a { background-color: #89359C; }
a { background-color: rgb(137,53,156); }
div.DivClassName
{
background-color: #89359C;
}
.BgClassName
{
background-color: #89359C;
}
</style>
border-color css
<style>
span { border-color: #89359C; }
span { border-color: rgb(137,53,156); }
td.TdClassName
{
border-color: #89359C;
}
.TagClassName
{
border-color: #89359C;
}
</style>