Shades of Vivid Violet #882C8E
Tints of Vivid Violet #882C8E
RGB
CMYK
RGB Variations
Color information
#882C8E (or 0x882C8E) is known color: Vivid Violet. HEX triplet: 88, 2C and 8E. RGB value is (136,44,142). Sum of RGB (Red+Green+Blue) = 136+44+142=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #882C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882C8E is #77D371. Grayscale: #525252. Windows color (decimal): -7852914 or 9317512. OLE color: 9317512.
HSL color Cylindrical-coordinate representation of color #882C8E: hue angle of 296.33º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882C8E is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 44 | 142 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.44 |
| HSL | 296.33º | 0.53% | 0.36% | - |
| HSV(B) | 296.33º | 0.69% | 0.56% | - |
| XYZ | 15.94 | 8.99 | 26.49 | - |
| YUV | 82.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 142 | 0.04 | 0.69 | 0 | 0.44 | 296.33 | 0.53 | 0.36 |
| Hex | 88 | 2C | 8E | 4 | 45 | 0 | 2C | 128 | 35 | 24 |
| Octal | 210 | 54 | 216 | 4 | 105 | 0 | 54 | 450 | 65 | 44 |
| Binary | 10001000 | 101100 | 10001110 | 100 | 1000101 | 0 | 101100 | 100101000 | 110101 | 100100 |
Color Harmonies of #882C8E
Complementary color
Monochromatic Colors of #882C8E
Black with #882C8E
Text Example
Text Example
White with #882C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C8E; }
p { color: rgb(136,44,142); }
H1.HeaderClassName
{
color: #882C8E;
}
.AnyTagClassName
{
color: #882C8E;
}
</style>
background-color css
<style>
a { background-color: #882C8E; }
a { background-color: rgb(136,44,142); }
div.DivClassName
{
background-color: #882C8E;
}
.BgClassName
{
background-color: #882C8E;
}
</style>
border-color css
<style>
span { border-color: #882C8E; }
span { border-color: rgb(136,44,142); }
td.TdClassName
{
border-color: #882C8E;
}
.TagClassName
{
border-color: #882C8E;
}
</style>