Shades of Vivid Violet #89368E
Tints of Vivid Violet #89368E
RGB
CMYK
RGB Variations
Color information
#89368E (or 0x89368E) is known color: Vivid Violet. HEX triplet: 89, 36 and 8E. RGB value is (137,54,142). Sum of RGB (Red+Green+Blue) = 137+54+142=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #89368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89368E is #76C971. Grayscale: #585858. Windows color (decimal): -7784818 or 9320073. OLE color: 9320073.
HSL color Cylindrical-coordinate representation of color #89368E: hue angle of 296.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89368E is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 54 | 142 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.44 |
| HSL | 296.59º | 0.45% | 0.38% | - |
| HSV(B) | 296.59º | 0.62% | 0.56% | - |
| XYZ | 16.52 | 9.91 | 26.63 | - |
| YUV | 88.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 142 | 0.04 | 0.62 | 0 | 0.44 | 296.59 | 0.45 | 0.38 |
| Hex | 89 | 36 | 8E | 4 | 3E | 0 | 2C | 129 | 2D | 26 |
| Octal | 211 | 66 | 216 | 4 | 76 | 0 | 54 | 451 | 55 | 46 |
| Binary | 10001001 | 110110 | 10001110 | 100 | 111110 | 0 | 101100 | 100101001 | 101101 | 100110 |
Color Harmonies of #89368E
Complementary color
Monochromatic Colors of #89368E
Black with #89368E
Text Example
Text Example
White with #89368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89368E; }
p { color: rgb(137,54,142); }
H1.HeaderClassName
{
color: #89368E;
}
.AnyTagClassName
{
color: #89368E;
}
</style>
background-color css
<style>
a { background-color: #89368E; }
a { background-color: rgb(137,54,142); }
div.DivClassName
{
background-color: #89368E;
}
.BgClassName
{
background-color: #89368E;
}
</style>
border-color css
<style>
span { border-color: #89368E; }
span { border-color: rgb(137,54,142); }
td.TdClassName
{
border-color: #89368E;
}
.TagClassName
{
border-color: #89368E;
}
</style>