Shades of Vivid Violet #8829AB
Tints of Vivid Violet #8829AB
RGB
CMYK
RGB Variations
Color information
#8829AB (or 0x8829AB) is known color: Vivid Violet. HEX triplet: 88, 29 and AB. RGB value is (136,41,171). Sum of RGB (Red+Green+Blue) = 136+41+171=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #8829AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8829AB is #77D654. Grayscale: #535353. Windows color (decimal): -7853653 or 11217288. OLE color: 11217288.
HSL color Cylindrical-coordinate representation of color #8829AB: hue angle of 283.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8829AB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 41 | 171 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.33 |
| HSL | 283.85º | 0.61% | 0.42% | - |
| HSV(B) | 283.85º | 0.76% | 0.67% | - |
| XYZ | 18.3 | 9.76 | 39.45 | - |
| YUV | 84.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 171 | 0.20 | 0.76 | 0 | 0.33 | 283.85 | 0.61 | 0.42 |
| Hex | 88 | 29 | AB | 14 | 4C | 0 | 21 | 11C | 3D | 2A |
| Octal | 210 | 51 | 253 | 24 | 114 | 0 | 41 | 434 | 75 | 52 |
| Binary | 10001000 | 101001 | 10101011 | 10100 | 1001100 | 0 | 100001 | 100011100 | 111101 | 101010 |
Color Harmonies of #8829AB
Complementary color
Monochromatic Colors of #8829AB
Black with #8829AB
Text Example
Text Example
White with #8829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829AB; }
p { color: rgb(136,41,171); }
H1.HeaderClassName
{
color: #8829AB;
}
.AnyTagClassName
{
color: #8829AB;
}
</style>
background-color css
<style>
a { background-color: #8829AB; }
a { background-color: rgb(136,41,171); }
div.DivClassName
{
background-color: #8829AB;
}
.BgClassName
{
background-color: #8829AB;
}
</style>
border-color css
<style>
span { border-color: #8829AB; }
span { border-color: rgb(136,41,171); }
td.TdClassName
{
border-color: #8829AB;
}
.TagClassName
{
border-color: #8829AB;
}
</style>