Shades of Vivid Violet #8932AD
Tints of Vivid Violet #8932AD
RGB
CMYK
RGB Variations
Color information
#8932AD (or 0x8932AD) is known color: Vivid Violet. HEX triplet: 89, 32 and AD. RGB value is (137,50,173). Sum of RGB (Red+Green+Blue) = 137+50+173=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8932AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8932AD is #76CD52. Grayscale: #595959. Windows color (decimal): -7785811 or 11350665. OLE color: 11350665.
HSL color Cylindrical-coordinate representation of color #8932AD: hue angle of 282.44º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8932AD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 50 | 173 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.32 |
| HSL | 282.44º | 0.55% | 0.44% | - |
| HSV(B) | 282.44º | 0.71% | 0.68% | - |
| XYZ | 19 | 10.62 | 40.58 | - |
| YUV | 90.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 173 | 0.21 | 0.71 | 0 | 0.32 | 282.44 | 0.55 | 0.44 |
| Hex | 89 | 32 | AD | 15 | 47 | 0 | 20 | 11A | 37 | 2C |
| Octal | 211 | 62 | 255 | 25 | 107 | 0 | 40 | 432 | 67 | 54 |
| Binary | 10001001 | 110010 | 10101101 | 10101 | 1000111 | 0 | 100000 | 100011010 | 110111 | 101100 |
Color Harmonies of #8932AD
Complementary color
Monochromatic Colors of #8932AD
Black with #8932AD
Text Example
Text Example
White with #8932AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932AD; }
p { color: rgb(137,50,173); }
H1.HeaderClassName
{
color: #8932AD;
}
.AnyTagClassName
{
color: #8932AD;
}
</style>
background-color css
<style>
a { background-color: #8932AD; }
a { background-color: rgb(137,50,173); }
div.DivClassName
{
background-color: #8932AD;
}
.BgClassName
{
background-color: #8932AD;
}
</style>
border-color css
<style>
span { border-color: #8932AD; }
span { border-color: rgb(137,50,173); }
td.TdClassName
{
border-color: #8932AD;
}
.TagClassName
{
border-color: #8932AD;
}
</style>