Shades of Vivid Violet #882D89
Tints of Vivid Violet #882D89
RGB
CMYK
RGB Variations
Color information
#882D89 (or 0x882D89) is known color: Vivid Violet. HEX triplet: 88, 2D and 89. RGB value is (136,45,137). Sum of RGB (Red+Green+Blue) = 136+45+137=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #882D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882D89 is #77D276. Grayscale: #525252. Windows color (decimal): -7852663 or 8990088. OLE color: 8990088.
HSL color Cylindrical-coordinate representation of color #882D89: hue angle of 299.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D89 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 45 | 137 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.46 |
| HSL | 299.35º | 0.51% | 0.36% | - |
| HSV(B) | 299.35º | 0.67% | 0.54% | - |
| XYZ | 15.61 | 8.92 | 24.57 | - |
| YUV | 82.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 137 | 0.01 | 0.67 | 0 | 0.46 | 299.35 | 0.51 | 0.36 |
| Hex | 88 | 2D | 89 | 1 | 43 | 0 | 2E | 12B | 33 | 24 |
| Octal | 210 | 55 | 211 | 1 | 103 | 0 | 56 | 453 | 63 | 44 |
| Binary | 10001000 | 101101 | 10001001 | 1 | 1000011 | 0 | 101110 | 100101011 | 110011 | 100100 |
Color Harmonies of #882D89
Complementary color
Monochromatic Colors of #882D89
Black with #882D89
Text Example
Text Example
White with #882D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D89; }
p { color: rgb(136,45,137); }
H1.HeaderClassName
{
color: #882D89;
}
.AnyTagClassName
{
color: #882D89;
}
</style>
background-color css
<style>
a { background-color: #882D89; }
a { background-color: rgb(136,45,137); }
div.DivClassName
{
background-color: #882D89;
}
.BgClassName
{
background-color: #882D89;
}
</style>
border-color css
<style>
span { border-color: #882D89; }
span { border-color: rgb(136,45,137); }
td.TdClassName
{
border-color: #882D89;
}
.TagClassName
{
border-color: #882D89;
}
</style>