Shades of Vivid Violet #8917AD
Tints of Vivid Violet #8917AD
RGB
CMYK
RGB Variations
Color information
#8917AD (or 0x8917AD) is known color: Vivid Violet. HEX triplet: 89, 17 and AD. RGB value is (137,23,173). Sum of RGB (Red+Green+Blue) = 137+23+173=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #8917AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8917AD is #76E852. Grayscale: #494949. Windows color (decimal): -7792723 or 11343753. OLE color: 11343753.
HSL color Cylindrical-coordinate representation of color #8917AD: hue angle of 285.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8917AD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 23 | 173 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.32 |
| HSL | 285.6º | 0.77% | 0.38% | - |
| HSV(B) | 285.6º | 0.87% | 0.68% | - |
| XYZ | 18.17 | 8.95 | 40.3 | - |
| YUV | 74.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 173 | 0.21 | 0.87 | 0 | 0.32 | 285.6 | 0.77 | 0.38 |
| Hex | 89 | 17 | AD | 15 | 57 | 0 | 20 | 11E | 4D | 26 |
| Octal | 211 | 27 | 255 | 25 | 127 | 0 | 40 | 436 | 115 | 46 |
| Binary | 10001001 | 10111 | 10101101 | 10101 | 1010111 | 0 | 100000 | 100011110 | 1001101 | 100110 |
Color Harmonies of #8917AD
Complementary color
Monochromatic Colors of #8917AD
Black with #8917AD
Text Example
Text Example
White with #8917AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8917AD; }
p { color: rgb(137,23,173); }
H1.HeaderClassName
{
color: #8917AD;
}
.AnyTagClassName
{
color: #8917AD;
}
</style>
background-color css
<style>
a { background-color: #8917AD; }
a { background-color: rgb(137,23,173); }
div.DivClassName
{
background-color: #8917AD;
}
.BgClassName
{
background-color: #8917AD;
}
</style>
border-color css
<style>
span { border-color: #8917AD; }
span { border-color: rgb(137,23,173); }
td.TdClassName
{
border-color: #8917AD;
}
.TagClassName
{
border-color: #8917AD;
}
</style>