Shades of Vivid Violet #882D9C
Tints of Vivid Violet #882D9C
RGB
CMYK
RGB Variations
Color information
#882D9C (or 0x882D9C) is known color: Vivid Violet. HEX triplet: 88, 2D and 9C. RGB value is (136,45,156). Sum of RGB (Red+Green+Blue) = 136+45+156=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #882D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882D9C is #77D263. Grayscale: #545454. Windows color (decimal): -7852644 or 10235272. OLE color: 10235272.
HSL color Cylindrical-coordinate representation of color #882D9C: hue angle of 289.19º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882D9C is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 45 | 156 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.39 |
| HSL | 289.19º | 0.55% | 0.39% | - |
| HSV(B) | 289.19º | 0.71% | 0.61% | - |
| XYZ | 17.09 | 9.51 | 32.39 | - |
| YUV | 84.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 156 | 0.13 | 0.71 | 0 | 0.39 | 289.19 | 0.55 | 0.39 |
| Hex | 88 | 2D | 9C | D | 47 | 0 | 27 | 121 | 37 | 27 |
| Octal | 210 | 55 | 234 | 15 | 107 | 0 | 47 | 441 | 67 | 47 |
| Binary | 10001000 | 101101 | 10011100 | 1101 | 1000111 | 0 | 100111 | 100100001 | 110111 | 100111 |
Color Harmonies of #882D9C
Complementary color
Monochromatic Colors of #882D9C
Black with #882D9C
Text Example
Text Example
White with #882D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D9C; }
p { color: rgb(136,45,156); }
H1.HeaderClassName
{
color: #882D9C;
}
.AnyTagClassName
{
color: #882D9C;
}
</style>
background-color css
<style>
a { background-color: #882D9C; }
a { background-color: rgb(136,45,156); }
div.DivClassName
{
background-color: #882D9C;
}
.BgClassName
{
background-color: #882D9C;
}
</style>
border-color css
<style>
span { border-color: #882D9C; }
span { border-color: rgb(136,45,156); }
td.TdClassName
{
border-color: #882D9C;
}
.TagClassName
{
border-color: #882D9C;
}
</style>