Shades of Vivid Violet #8829AE
Tints of Vivid Violet #8829AE
RGB
CMYK
RGB Variations
Color information
#8829AE (or 0x8829AE) is known color: Vivid Violet. HEX triplet: 88, 29 and AE. RGB value is (136,41,174). Sum of RGB (Red+Green+Blue) = 136+41+174=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #8829AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8829AE is #77D651. Grayscale: #545454. Windows color (decimal): -7853650 or 11413896. OLE color: 11413896.
HSL color Cylindrical-coordinate representation of color #8829AE: hue angle of 282.86º 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 #8829AE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 41 | 174 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.32 |
| HSL | 282.86º | 0.62% | 0.42% | - |
| HSV(B) | 282.86º | 0.76% | 0.68% | - |
| XYZ | 18.59 | 9.88 | 40.97 | - |
| YUV | 84.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 174 | 0.22 | 0.76 | 0 | 0.32 | 282.86 | 0.62 | 0.42 |
| Hex | 88 | 29 | AE | 16 | 4C | 0 | 20 | 11B | 3E | 2A |
| Octal | 210 | 51 | 256 | 26 | 114 | 0 | 40 | 433 | 76 | 52 |
| Binary | 10001000 | 101001 | 10101110 | 10110 | 1001100 | 0 | 100000 | 100011011 | 111110 | 101010 |
Color Harmonies of #8829AE
Complementary color
Monochromatic Colors of #8829AE
Black with #8829AE
Text Example
Text Example
White with #8829AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829AE; }
p { color: rgb(136,41,174); }
H1.HeaderClassName
{
color: #8829AE;
}
.AnyTagClassName
{
color: #8829AE;
}
</style>
background-color css
<style>
a { background-color: #8829AE; }
a { background-color: rgb(136,41,174); }
div.DivClassName
{
background-color: #8829AE;
}
.BgClassName
{
background-color: #8829AE;
}
</style>
border-color css
<style>
span { border-color: #8829AE; }
span { border-color: rgb(136,41,174); }
td.TdClassName
{
border-color: #8829AE;
}
.TagClassName
{
border-color: #8829AE;
}
</style>