Shades of Vivid Violet #882FA8
Tints of Vivid Violet #882FA8
RGB
CMYK
RGB Variations
Color information
#882FA8 (or 0x882FA8) is known color: Vivid Violet. HEX triplet: 88, 2F and A8. RGB value is (136,47,168). Sum of RGB (Red+Green+Blue) = 136+47+168=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #882FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882FA8 is #77D057. Grayscale: #575757. Windows color (decimal): -7852120 or 11022216. OLE color: 11022216.
HSL color Cylindrical-coordinate representation of color #882FA8: hue angle of 284.13º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882FA8 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 47 | 168 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.34 |
| HSL | 284.13º | 0.56% | 0.42% | - |
| HSV(B) | 284.13º | 0.72% | 0.66% | - |
| XYZ | 18.24 | 10.09 | 38.03 | - |
| YUV | 87.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 168 | 0.19 | 0.72 | 0 | 0.34 | 284.13 | 0.56 | 0.42 |
| Hex | 88 | 2F | A8 | 13 | 48 | 0 | 22 | 11C | 38 | 2A |
| Octal | 210 | 57 | 250 | 23 | 110 | 0 | 42 | 434 | 70 | 52 |
| Binary | 10001000 | 101111 | 10101000 | 10011 | 1001000 | 0 | 100010 | 100011100 | 111000 | 101010 |
Color Harmonies of #882FA8
Complementary color
Monochromatic Colors of #882FA8
Black with #882FA8
Text Example
Text Example
White with #882FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882FA8; }
p { color: rgb(136,47,168); }
H1.HeaderClassName
{
color: #882FA8;
}
.AnyTagClassName
{
color: #882FA8;
}
</style>
background-color css
<style>
a { background-color: #882FA8; }
a { background-color: rgb(136,47,168); }
div.DivClassName
{
background-color: #882FA8;
}
.BgClassName
{
background-color: #882FA8;
}
</style>
border-color css
<style>
span { border-color: #882FA8; }
span { border-color: rgb(136,47,168); }
td.TdClassName
{
border-color: #882FA8;
}
.TagClassName
{
border-color: #882FA8;
}
</style>