Shades of Vivid Violet #89328C
Tints of Vivid Violet #89328C
RGB
CMYK
RGB Variations
Color information
#89328C (or 0x89328C) is known color: Vivid Violet. HEX triplet: 89, 32 and 8C. RGB value is (137,50,140). Sum of RGB (Red+Green+Blue) = 137+50+140=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #89328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89328C is #76CD73. Grayscale: #565656. Windows color (decimal): -7785844 or 9187977. OLE color: 9187977.
HSL color Cylindrical-coordinate representation of color #89328C: hue angle of 298º 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 #89328C is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 50 | 140 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.45 |
| HSL | 298º | 0.47% | 0.37% | - |
| HSV(B) | 298º | 0.64% | 0.55% | - |
| XYZ | 16.19 | 9.49 | 25.79 | - |
| YUV | 86.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 140 | 0.02 | 0.64 | 0 | 0.45 | 298 | 0.47 | 0.37 |
| Hex | 89 | 32 | 8C | 2 | 40 | 0 | 2D | 12A | 2F | 25 |
| Octal | 211 | 62 | 214 | 2 | 100 | 0 | 55 | 452 | 57 | 45 |
| Binary | 10001001 | 110010 | 10001100 | 10 | 1000000 | 0 | 101101 | 100101010 | 101111 | 100101 |
Color Harmonies of #89328C
Complementary color
Monochromatic Colors of #89328C
Black with #89328C
Text Example
Text Example
White with #89328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89328C; }
p { color: rgb(137,50,140); }
H1.HeaderClassName
{
color: #89328C;
}
.AnyTagClassName
{
color: #89328C;
}
</style>
background-color css
<style>
a { background-color: #89328C; }
a { background-color: rgb(137,50,140); }
div.DivClassName
{
background-color: #89328C;
}
.BgClassName
{
background-color: #89328C;
}
</style>
border-color css
<style>
span { border-color: #89328C; }
span { border-color: rgb(137,50,140); }
td.TdClassName
{
border-color: #89328C;
}
.TagClassName
{
border-color: #89328C;
}
</style>