Shades of Vivid Violet #8824AD
Tints of Vivid Violet #8824AD
RGB
CMYK
RGB Variations
Color information
#8824AD (or 0x8824AD) is known color: Vivid Violet. HEX triplet: 88, 24 and AD. RGB value is (136,36,173). Sum of RGB (Red+Green+Blue) = 136+36+173=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #8824AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8824AD is #77DB52. Grayscale: #515151. Windows color (decimal): -7854931 or 11347080. OLE color: 11347080.
HSL color Cylindrical-coordinate representation of color #8824AD: hue angle of 283.8º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8824AD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 36 | 173 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.32 |
| HSL | 283.8º | 0.66% | 0.41% | - |
| HSV(B) | 283.8º | 0.79% | 0.68% | - |
| XYZ | 18.33 | 9.51 | 40.41 | - |
| YUV | 81.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 173 | 0.21 | 0.79 | 0 | 0.32 | 283.8 | 0.66 | 0.41 |
| Hex | 88 | 24 | AD | 15 | 4F | 0 | 20 | 11C | 42 | 29 |
| Octal | 210 | 44 | 255 | 25 | 117 | 0 | 40 | 434 | 102 | 51 |
| Binary | 10001000 | 100100 | 10101101 | 10101 | 1001111 | 0 | 100000 | 100011100 | 1000010 | 101001 |
Color Harmonies of #8824AD
Complementary color
Monochromatic Colors of #8824AD
Black with #8824AD
Text Example
Text Example
White with #8824AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824AD; }
p { color: rgb(136,36,173); }
H1.HeaderClassName
{
color: #8824AD;
}
.AnyTagClassName
{
color: #8824AD;
}
</style>
background-color css
<style>
a { background-color: #8824AD; }
a { background-color: rgb(136,36,173); }
div.DivClassName
{
background-color: #8824AD;
}
.BgClassName
{
background-color: #8824AD;
}
</style>
border-color css
<style>
span { border-color: #8824AD; }
span { border-color: rgb(136,36,173); }
td.TdClassName
{
border-color: #8824AD;
}
.TagClassName
{
border-color: #8824AD;
}
</style>