Shades of Vivid Violet #8831AA
Tints of Vivid Violet #8831AA
RGB
CMYK
RGB Variations
Color information
#8831AA (or 0x8831AA) is known color: Vivid Violet. HEX triplet: 88, 31 and AA. RGB value is (136,49,170). Sum of RGB (Red+Green+Blue) = 136+49+170=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #8831AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8831AA is #77CE55. Grayscale: #585858. Windows color (decimal): -7851606 or 11153800. OLE color: 11153800.
HSL color Cylindrical-coordinate representation of color #8831AA: hue angle of 283.14º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8831AA is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 49 | 170 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.33 |
| HSL | 283.14º | 0.55% | 0.43% | - |
| HSV(B) | 283.14º | 0.71% | 0.67% | - |
| XYZ | 18.51 | 10.33 | 39.05 | - |
| YUV | 88.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 170 | 0.20 | 0.71 | 0 | 0.33 | 283.14 | 0.55 | 0.43 |
| Hex | 88 | 31 | AA | 14 | 47 | 0 | 21 | 11B | 37 | 2B |
| Octal | 210 | 61 | 252 | 24 | 107 | 0 | 41 | 433 | 67 | 53 |
| Binary | 10001000 | 110001 | 10101010 | 10100 | 1000111 | 0 | 100001 | 100011011 | 110111 | 101011 |
Color Harmonies of #8831AA
Complementary color
Monochromatic Colors of #8831AA
Black with #8831AA
Text Example
Text Example
White with #8831AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831AA; }
p { color: rgb(136,49,170); }
H1.HeaderClassName
{
color: #8831AA;
}
.AnyTagClassName
{
color: #8831AA;
}
</style>
background-color css
<style>
a { background-color: #8831AA; }
a { background-color: rgb(136,49,170); }
div.DivClassName
{
background-color: #8831AA;
}
.BgClassName
{
background-color: #8831AA;
}
</style>
border-color css
<style>
span { border-color: #8831AA; }
span { border-color: rgb(136,49,170); }
td.TdClassName
{
border-color: #8831AA;
}
.TagClassName
{
border-color: #8831AA;
}
</style>