Shades of Vivid Violet #8824AB
Tints of Vivid Violet #8824AB
RGB
CMYK
RGB Variations
Color information
#8824AB (or 0x8824AB) is known color: Vivid Violet. HEX triplet: 88, 24 and AB. RGB value is (136,36,171). Sum of RGB (Red+Green+Blue) = 136+36+171=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #8824AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8824AB is #77DB54. Grayscale: #505050. Windows color (decimal): -7854933 or 11216008. OLE color: 11216008.
HSL color Cylindrical-coordinate representation of color #8824AB: hue angle of 284.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8824AB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 36 | 171 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.33 |
| HSL | 284.44º | 0.65% | 0.41% | - |
| HSV(B) | 284.44º | 0.79% | 0.67% | - |
| XYZ | 18.13 | 9.44 | 39.39 | - |
| YUV | 81.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 171 | 0.20 | 0.79 | 0 | 0.33 | 284.44 | 0.65 | 0.41 |
| Hex | 88 | 24 | AB | 14 | 4F | 0 | 21 | 11C | 41 | 29 |
| Octal | 210 | 44 | 253 | 24 | 117 | 0 | 41 | 434 | 101 | 51 |
| Binary | 10001000 | 100100 | 10101011 | 10100 | 1001111 | 0 | 100001 | 100011100 | 1000001 | 101001 |
Color Harmonies of #8824AB
Complementary color
Monochromatic Colors of #8824AB
Black with #8824AB
Text Example
Text Example
White with #8824AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824AB; }
p { color: rgb(136,36,171); }
H1.HeaderClassName
{
color: #8824AB;
}
.AnyTagClassName
{
color: #8824AB;
}
</style>
background-color css
<style>
a { background-color: #8824AB; }
a { background-color: rgb(136,36,171); }
div.DivClassName
{
background-color: #8824AB;
}
.BgClassName
{
background-color: #8824AB;
}
</style>
border-color css
<style>
span { border-color: #8824AB; }
span { border-color: rgb(136,36,171); }
td.TdClassName
{
border-color: #8824AB;
}
.TagClassName
{
border-color: #8824AB;
}
</style>