Shades of Vivid Violet #8833AE
Tints of Vivid Violet #8833AE
RGB
CMYK
RGB Variations
Color information
#8833AE (or 0x8833AE) is known color: Vivid Violet. HEX triplet: 88, 33 and AE. RGB value is (136,51,174). Sum of RGB (Red+Green+Blue) = 136+51+174=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #8833AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8833AE is #77CC51. Grayscale: #5A5A5A. Windows color (decimal): -7851090 or 11416456. OLE color: 11416456.
HSL color Cylindrical-coordinate representation of color #8833AE: hue angle of 281.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8833AE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 51 | 174 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.32 |
| HSL | 281.46º | 0.55% | 0.44% | - |
| HSV(B) | 281.46º | 0.71% | 0.68% | - |
| XYZ | 18.98 | 10.66 | 41.1 | - |
| YUV | 90.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 174 | 0.22 | 0.71 | 0 | 0.32 | 281.46 | 0.55 | 0.44 |
| Hex | 88 | 33 | AE | 16 | 47 | 0 | 20 | 119 | 37 | 2C |
| Octal | 210 | 63 | 256 | 26 | 107 | 0 | 40 | 431 | 67 | 54 |
| Binary | 10001000 | 110011 | 10101110 | 10110 | 1000111 | 0 | 100000 | 100011001 | 110111 | 101100 |
Color Harmonies of #8833AE
Complementary color
Monochromatic Colors of #8833AE
Black with #8833AE
Text Example
Text Example
White with #8833AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833AE; }
p { color: rgb(136,51,174); }
H1.HeaderClassName
{
color: #8833AE;
}
.AnyTagClassName
{
color: #8833AE;
}
</style>
background-color css
<style>
a { background-color: #8833AE; }
a { background-color: rgb(136,51,174); }
div.DivClassName
{
background-color: #8833AE;
}
.BgClassName
{
background-color: #8833AE;
}
</style>
border-color css
<style>
span { border-color: #8833AE; }
span { border-color: rgb(136,51,174); }
td.TdClassName
{
border-color: #8833AE;
}
.TagClassName
{
border-color: #8833AE;
}
</style>