Shades of Vivid Violet #8831AE
Tints of Vivid Violet #8831AE
RGB
CMYK
RGB Variations
Color information
#8831AE (or 0x8831AE) is known color: Vivid Violet. HEX triplet: 88, 31 and AE. RGB value is (136,49,174). Sum of RGB (Red+Green+Blue) = 136+49+174=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #8831AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8831AE is #77CE51. Grayscale: #585858. Windows color (decimal): -7851602 or 11415944. OLE color: 11415944.
HSL color Cylindrical-coordinate representation of color #8831AE: hue angle of 281.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8831AE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 49 | 174 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.32 |
| HSL | 281.76º | 0.56% | 0.44% | - |
| HSV(B) | 281.76º | 0.72% | 0.68% | - |
| XYZ | 18.89 | 10.49 | 41.07 | - |
| YUV | 89.26 | 175.82 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 174 | 0.22 | 0.72 | 0 | 0.32 | 281.76 | 0.56 | 0.44 |
| Hex | 88 | 31 | AE | 16 | 48 | 0 | 20 | 11A | 38 | 2C |
| Octal | 210 | 61 | 256 | 26 | 110 | 0 | 40 | 432 | 70 | 54 |
| Binary | 10001000 | 110001 | 10101110 | 10110 | 1001000 | 0 | 100000 | 100011010 | 111000 | 101100 |
Color Harmonies of #8831AE
Complementary color
Monochromatic Colors of #8831AE
Black with #8831AE
Text Example
Text Example
White with #8831AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831AE; }
p { color: rgb(136,49,174); }
H1.HeaderClassName
{
color: #8831AE;
}
.AnyTagClassName
{
color: #8831AE;
}
</style>
background-color css
<style>
a { background-color: #8831AE; }
a { background-color: rgb(136,49,174); }
div.DivClassName
{
background-color: #8831AE;
}
.BgClassName
{
background-color: #8831AE;
}
</style>
border-color css
<style>
span { border-color: #8831AE; }
span { border-color: rgb(136,49,174); }
td.TdClassName
{
border-color: #8831AE;
}
.TagClassName
{
border-color: #8831AE;
}
</style>