Shades of Vivid Violet #89328D
Tints of Vivid Violet #89328D
RGB
CMYK
RGB Variations
Color information
#89328D (or 0x89328D) is known color: Vivid Violet. HEX triplet: 89, 32 and 8D. RGB value is (137,50,141). Sum of RGB (Red+Green+Blue) = 137+50+141=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #89328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89328D is #76CD72. Grayscale: #565656. Windows color (decimal): -7785843 or 9253513. OLE color: 9253513.
HSL color Cylindrical-coordinate representation of color #89328D: hue angle of 297.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89328D is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 50 | 141 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.45 |
| HSL | 297.36º | 0.48% | 0.37% | - |
| HSV(B) | 297.36º | 0.65% | 0.55% | - |
| XYZ | 16.26 | 9.52 | 26.18 | - |
| YUV | 86.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 141 | 0.03 | 0.65 | 0 | 0.45 | 297.36 | 0.48 | 0.37 |
| Hex | 89 | 32 | 8D | 3 | 41 | 0 | 2D | 129 | 30 | 25 |
| Octal | 211 | 62 | 215 | 3 | 101 | 0 | 55 | 451 | 60 | 45 |
| Binary | 10001001 | 110010 | 10001101 | 11 | 1000001 | 0 | 101101 | 100101001 | 110000 | 100101 |
Color Harmonies of #89328D
Complementary color
Monochromatic Colors of #89328D
Black with #89328D
Text Example
Text Example
White with #89328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89328D; }
p { color: rgb(137,50,141); }
H1.HeaderClassName
{
color: #89328D;
}
.AnyTagClassName
{
color: #89328D;
}
</style>
background-color css
<style>
a { background-color: #89328D; }
a { background-color: rgb(137,50,141); }
div.DivClassName
{
background-color: #89328D;
}
.BgClassName
{
background-color: #89328D;
}
</style>
border-color css
<style>
span { border-color: #89328D; }
span { border-color: rgb(137,50,141); }
td.TdClassName
{
border-color: #89328D;
}
.TagClassName
{
border-color: #89328D;
}
</style>