Shades of Vivid Violet #8829AD
Tints of Vivid Violet #8829AD
RGB
CMYK
RGB Variations
Color information
#8829AD (or 0x8829AD) is known color: Vivid Violet. HEX triplet: 88, 29 and AD. RGB value is (136,41,173). Sum of RGB (Red+Green+Blue) = 136+41+173=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #8829AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8829AD is #77D652. Grayscale: #545454. Windows color (decimal): -7853651 or 11348360. OLE color: 11348360.
HSL color Cylindrical-coordinate representation of color #8829AD: hue angle of 283.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8829AD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 41 | 173 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.32 |
| HSL | 283.18º | 0.62% | 0.42% | - |
| HSV(B) | 283.18º | 0.76% | 0.68% | - |
| XYZ | 18.49 | 9.84 | 40.46 | - |
| YUV | 84.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 173 | 0.21 | 0.76 | 0 | 0.32 | 283.18 | 0.62 | 0.42 |
| Hex | 88 | 29 | AD | 15 | 4C | 0 | 20 | 11B | 3E | 2A |
| Octal | 210 | 51 | 255 | 25 | 114 | 0 | 40 | 433 | 76 | 52 |
| Binary | 10001000 | 101001 | 10101101 | 10101 | 1001100 | 0 | 100000 | 100011011 | 111110 | 101010 |
Color Harmonies of #8829AD
Complementary color
Monochromatic Colors of #8829AD
Black with #8829AD
Text Example
Text Example
White with #8829AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829AD; }
p { color: rgb(136,41,173); }
H1.HeaderClassName
{
color: #8829AD;
}
.AnyTagClassName
{
color: #8829AD;
}
</style>
background-color css
<style>
a { background-color: #8829AD; }
a { background-color: rgb(136,41,173); }
div.DivClassName
{
background-color: #8829AD;
}
.BgClassName
{
background-color: #8829AD;
}
</style>
border-color css
<style>
span { border-color: #8829AD; }
span { border-color: rgb(136,41,173); }
td.TdClassName
{
border-color: #8829AD;
}
.TagClassName
{
border-color: #8829AD;
}
</style>