Shades of Vivid Violet #89369C
Tints of Vivid Violet #89369C
RGB
CMYK
RGB Variations
Color information
#89369C (or 0x89369C) is known color: Vivid Violet. HEX triplet: 89, 36 and 9C. RGB value is (137,54,156). Sum of RGB (Red+Green+Blue) = 137+54+156=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #89369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89369C is #76C963. Grayscale: #5A5A5A. Windows color (decimal): -7784804 or 10237577. OLE color: 10237577.
HSL color Cylindrical-coordinate representation of color #89369C: hue angle of 288.82º degrees, saturation: 0.49, 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 #89369C is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 54 | 156 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 288.82º | 0.49% | 0.41% | - |
| HSV(B) | 288.82º | 0.65% | 0.61% | - |
| XYZ | 17.64 | 10.36 | 32.52 | - |
| YUV | 90.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 156 | 0.12 | 0.65 | 0 | 0.39 | 288.82 | 0.49 | 0.41 |
| Hex | 89 | 36 | 9C | C | 41 | 0 | 27 | 121 | 31 | 29 |
| Octal | 211 | 66 | 234 | 14 | 101 | 0 | 47 | 441 | 61 | 51 |
| Binary | 10001001 | 110110 | 10011100 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110001 | 101001 |
Color Harmonies of #89369C
Complementary color
Monochromatic Colors of #89369C
Black with #89369C
Text Example
Text Example
White with #89369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89369C; }
p { color: rgb(137,54,156); }
H1.HeaderClassName
{
color: #89369C;
}
.AnyTagClassName
{
color: #89369C;
}
</style>
background-color css
<style>
a { background-color: #89369C; }
a { background-color: rgb(137,54,156); }
div.DivClassName
{
background-color: #89369C;
}
.BgClassName
{
background-color: #89369C;
}
</style>
border-color css
<style>
span { border-color: #89369C; }
span { border-color: rgb(137,54,156); }
td.TdClassName
{
border-color: #89369C;
}
.TagClassName
{
border-color: #89369C;
}
</style>