Shades of Vivid Violet #8816AD
Tints of Vivid Violet #8816AD
RGB
CMYK
RGB Variations
Color information
#8816AD (or 0x8816AD) is known color: Vivid Violet. HEX triplet: 88, 16 and AD. RGB value is (136,22,173). Sum of RGB (Red+Green+Blue) = 136+22+173=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #8816AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8816AD is #77E952. Grayscale: #484848. Windows color (decimal): -7858515 or 11343496. OLE color: 11343496.
HSL color Cylindrical-coordinate representation of color #8816AD: hue angle of 285.3º 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 #8816AD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 22 | 173 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.32 |
| HSL | 285.3º | 0.77% | 0.38% | - |
| HSV(B) | 285.3º | 0.87% | 0.68% | - |
| XYZ | 17.98 | 8.83 | 40.29 | - |
| YUV | 73.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 173 | 0.21 | 0.87 | 0 | 0.32 | 285.3 | 0.77 | 0.38 |
| Hex | 88 | 16 | AD | 15 | 57 | 0 | 20 | 11D | 4D | 26 |
| Octal | 210 | 26 | 255 | 25 | 127 | 0 | 40 | 435 | 115 | 46 |
| Binary | 10001000 | 10110 | 10101101 | 10101 | 1010111 | 0 | 100000 | 100011101 | 1001101 | 100110 |
Color Harmonies of #8816AD
Complementary color
Monochromatic Colors of #8816AD
Black with #8816AD
Text Example
Text Example
White with #8816AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816AD; }
p { color: rgb(136,22,173); }
H1.HeaderClassName
{
color: #8816AD;
}
.AnyTagClassName
{
color: #8816AD;
}
</style>
background-color css
<style>
a { background-color: #8816AD; }
a { background-color: rgb(136,22,173); }
div.DivClassName
{
background-color: #8816AD;
}
.BgClassName
{
background-color: #8816AD;
}
</style>
border-color css
<style>
span { border-color: #8816AD; }
span { border-color: rgb(136,22,173); }
td.TdClassName
{
border-color: #8816AD;
}
.TagClassName
{
border-color: #8816AD;
}
</style>