Shades of Vivid Violet #8816AB
Tints of Vivid Violet #8816AB
RGB
CMYK
RGB Variations
Color information
#8816AB (or 0x8816AB) is known color: Vivid Violet. HEX triplet: 88, 16 and AB. RGB value is (136,22,171). Sum of RGB (Red+Green+Blue) = 136+22+171=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #8816AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8816AB is #77E954. Grayscale: #484848. Windows color (decimal): -7858517 or 11212424. OLE color: 11212424.
HSL color Cylindrical-coordinate representation of color #8816AB: hue angle of 285.91º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8816AB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 22 | 171 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.33 |
| HSL | 285.91º | 0.77% | 0.38% | - |
| HSV(B) | 285.91º | 0.87% | 0.67% | - |
| XYZ | 17.79 | 8.75 | 39.28 | - |
| YUV | 73.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 171 | 0.20 | 0.87 | 0 | 0.33 | 285.91 | 0.77 | 0.38 |
| Hex | 88 | 16 | AB | 14 | 57 | 0 | 21 | 11E | 4D | 26 |
| Octal | 210 | 26 | 253 | 24 | 127 | 0 | 41 | 436 | 115 | 46 |
| Binary | 10001000 | 10110 | 10101011 | 10100 | 1010111 | 0 | 100001 | 100011110 | 1001101 | 100110 |
Color Harmonies of #8816AB
Complementary color
Monochromatic Colors of #8816AB
Black with #8816AB
Text Example
Text Example
White with #8816AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816AB; }
p { color: rgb(136,22,171); }
H1.HeaderClassName
{
color: #8816AB;
}
.AnyTagClassName
{
color: #8816AB;
}
</style>
background-color css
<style>
a { background-color: #8816AB; }
a { background-color: rgb(136,22,171); }
div.DivClassName
{
background-color: #8816AB;
}
.BgClassName
{
background-color: #8816AB;
}
</style>
border-color css
<style>
span { border-color: #8816AB; }
span { border-color: rgb(136,22,171); }
td.TdClassName
{
border-color: #8816AB;
}
.TagClassName
{
border-color: #8816AB;
}
</style>