Shades of Vivid Violet #882B88
Tints of Vivid Violet #882B88
RGB
CMYK
RGB Variations
Color information
#882B88 (or 0x882B88) is known color: Vivid Violet. HEX triplet: 88, 2B and 88. RGB value is (136,43,136). Sum of RGB (Red+Green+Blue) = 136+43+136=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #882B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882B88 is #77D477. Grayscale: #515151. Windows color (decimal): -7853176 or 8924040. OLE color: 8924040.
HSL color Cylindrical-coordinate representation of color #882B88: hue angle of 300º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B88 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 136 | - |
| CMYK | 0 | 0.68 | 0 | 0.47 |
| HSL | 300º | 0.52% | 0.35% | - |
| HSV(B) | 300º | 0.68% | 0.53% | - |
| XYZ | 15.46 | 8.74 | 24.16 | - |
| YUV | 81.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 136 | 0 | 0.68 | 0 | 0.47 | 300 | 0.52 | 0.35 |
| Hex | 88 | 2B | 88 | 0 | 44 | 0 | 2F | 12C | 34 | 23 |
| Octal | 210 | 53 | 210 | 0 | 104 | 0 | 57 | 454 | 64 | 43 |
| Binary | 10001000 | 101011 | 10001000 | 0 | 1000100 | 0 | 101111 | 100101100 | 110100 | 100011 |
Color Harmonies of #882B88
Complementary color
Monochromatic Colors of #882B88
Black with #882B88
Text Example
Text Example
White with #882B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B88; }
p { color: rgb(136,43,136); }
H1.HeaderClassName
{
color: #882B88;
}
.AnyTagClassName
{
color: #882B88;
}
</style>
background-color css
<style>
a { background-color: #882B88; }
a { background-color: rgb(136,43,136); }
div.DivClassName
{
background-color: #882B88;
}
.BgClassName
{
background-color: #882B88;
}
</style>
border-color css
<style>
span { border-color: #882B88; }
span { border-color: rgb(136,43,136); }
td.TdClassName
{
border-color: #882B88;
}
.TagClassName
{
border-color: #882B88;
}
</style>