Shades of Vivid Violet #89328B
Tints of Vivid Violet #89328B
RGB
CMYK
RGB Variations
Color information
#89328B (or 0x89328B) is known color: Vivid Violet. HEX triplet: 89, 32 and 8B. RGB value is (137,50,139). Sum of RGB (Red+Green+Blue) = 137+50+139=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #89328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89328B is #76CD74. Grayscale: #555555. Windows color (decimal): -7785845 or 9122441. OLE color: 9122441.
HSL color Cylindrical-coordinate representation of color #89328B: hue angle of 298.65º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89328B is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 50 | 139 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.45 |
| HSL | 298.65º | 0.47% | 0.37% | - |
| HSV(B) | 298.65º | 0.64% | 0.55% | - |
| XYZ | 16.12 | 9.46 | 25.4 | - |
| YUV | 86.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 139 | 0.01 | 0.64 | 0 | 0.45 | 298.65 | 0.47 | 0.37 |
| Hex | 89 | 32 | 8B | 1 | 40 | 0 | 2D | 12B | 2F | 25 |
| Octal | 211 | 62 | 213 | 1 | 100 | 0 | 55 | 453 | 57 | 45 |
| Binary | 10001001 | 110010 | 10001011 | 1 | 1000000 | 0 | 101101 | 100101011 | 101111 | 100101 |
Color Harmonies of #89328B
Complementary color
Monochromatic Colors of #89328B
Black with #89328B
Text Example
Text Example
White with #89328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89328B; }
p { color: rgb(137,50,139); }
H1.HeaderClassName
{
color: #89328B;
}
.AnyTagClassName
{
color: #89328B;
}
</style>
background-color css
<style>
a { background-color: #89328B; }
a { background-color: rgb(137,50,139); }
div.DivClassName
{
background-color: #89328B;
}
.BgClassName
{
background-color: #89328B;
}
</style>
border-color css
<style>
span { border-color: #89328B; }
span { border-color: rgb(137,50,139); }
td.TdClassName
{
border-color: #89328B;
}
.TagClassName
{
border-color: #89328B;
}
</style>