Shades of Vivid Violet #8827AB
Tints of Vivid Violet #8827AB
RGB
CMYK
RGB Variations
Color information
#8827AB (or 0x8827AB) is known color: Vivid Violet. HEX triplet: 88, 27 and AB. RGB value is (136,39,171). Sum of RGB (Red+Green+Blue) = 136+39+171=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #8827AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8827AB is #77D854. Grayscale: #525252. Windows color (decimal): -7854165 or 11216776. OLE color: 11216776.
HSL color Cylindrical-coordinate representation of color #8827AB: hue angle of 284.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8827AB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 39 | 171 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.33 |
| HSL | 284.09º | 0.63% | 0.41% | - |
| HSV(B) | 284.09º | 0.77% | 0.67% | - |
| XYZ | 18.23 | 9.63 | 39.43 | - |
| YUV | 83.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 171 | 0.20 | 0.77 | 0 | 0.33 | 284.09 | 0.63 | 0.41 |
| Hex | 88 | 27 | AB | 14 | 4D | 0 | 21 | 11C | 3F | 29 |
| Octal | 210 | 47 | 253 | 24 | 115 | 0 | 41 | 434 | 77 | 51 |
| Binary | 10001000 | 100111 | 10101011 | 10100 | 1001101 | 0 | 100001 | 100011100 | 111111 | 101001 |
Color Harmonies of #8827AB
Complementary color
Monochromatic Colors of #8827AB
Black with #8827AB
Text Example
Text Example
White with #8827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827AB; }
p { color: rgb(136,39,171); }
H1.HeaderClassName
{
color: #8827AB;
}
.AnyTagClassName
{
color: #8827AB;
}
</style>
background-color css
<style>
a { background-color: #8827AB; }
a { background-color: rgb(136,39,171); }
div.DivClassName
{
background-color: #8827AB;
}
.BgClassName
{
background-color: #8827AB;
}
</style>
border-color css
<style>
span { border-color: #8827AB; }
span { border-color: rgb(136,39,171); }
td.TdClassName
{
border-color: #8827AB;
}
.TagClassName
{
border-color: #8827AB;
}
</style>