Shades of Dark Purple #882D7A
Tints of Dark Purple #882D7A
RGB
CMYK
RGB Variations
Color information
#882D7A (or 0x882D7A) is known color: Dark Purple. HEX triplet: 88, 2D and 7A. RGB value is (136,45,122). Sum of RGB (Red+Green+Blue) = 136+45+122=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D7A is #77D285. Grayscale: #505050. Windows color (decimal): -7852678 or 8007048. OLE color: 8007048.
HSL color Cylindrical-coordinate representation of color #882D7A: hue angle of 309.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D7A is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 122 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.47 |
| HSL | 309.23º | 0.5% | 0.35% | - |
| HSV(B) | 309.23º | 0.67% | 0.53% | - |
| XYZ | 14.6 | 8.52 | 19.29 | - |
| YUV | 80.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 122 | 0 | 0.67 | 0.10 | 0.47 | 309.23 | 0.5 | 0.35 |
| Hex | 88 | 2D | 7A | 0 | 43 | A | 2F | 135 | 32 | 23 |
| Octal | 210 | 55 | 172 | 0 | 103 | 12 | 57 | 465 | 62 | 43 |
| Binary | 10001000 | 101101 | 1111010 | 0 | 1000011 | 1010 | 101111 | 100110101 | 110010 | 100011 |
Color Harmonies of #882D7A
Complementary color
Monochromatic Colors of #882D7A
Black with #882D7A
Text Example
Text Example
White with #882D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D7A; }
p { color: rgb(136,45,122); }
H1.HeaderClassName
{
color: #882D7A;
}
.AnyTagClassName
{
color: #882D7A;
}
</style>
background-color css
<style>
a { background-color: #882D7A; }
a { background-color: rgb(136,45,122); }
div.DivClassName
{
background-color: #882D7A;
}
.BgClassName
{
background-color: #882D7A;
}
</style>
border-color css
<style>
span { border-color: #882D7A; }
span { border-color: rgb(136,45,122); }
td.TdClassName
{
border-color: #882D7A;
}
.TagClassName
{
border-color: #882D7A;
}
</style>