Shades of Dark Purple #882D75
Tints of Dark Purple #882D75
RGB
CMYK
RGB Variations
Color information
#882D75 (or 0x882D75) is known color: Dark Purple. HEX triplet: 88, 2D and 75. RGB value is (136,45,117). Sum of RGB (Red+Green+Blue) = 136+45+117=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #882D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D75 is #77D28A. Grayscale: #505050. Windows color (decimal): -7852683 or 7679368. OLE color: 7679368.
HSL color Cylindrical-coordinate representation of color #882D75: hue angle of 312.53º 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 #882D75 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 117 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.47 |
| HSL | 312.53º | 0.5% | 0.35% | - |
| HSV(B) | 312.53º | 0.67% | 0.53% | - |
| XYZ | 14.3 | 8.4 | 17.7 | - |
| YUV | 80.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 117 | 0 | 0.67 | 0.14 | 0.47 | 312.53 | 0.5 | 0.35 |
| Hex | 88 | 2D | 75 | 0 | 43 | E | 2F | 139 | 32 | 23 |
| Octal | 210 | 55 | 165 | 0 | 103 | 16 | 57 | 471 | 62 | 43 |
| Binary | 10001000 | 101101 | 1110101 | 0 | 1000011 | 1110 | 101111 | 100111001 | 110010 | 100011 |
Color Harmonies of #882D75
Complementary color
Monochromatic Colors of #882D75
Black with #882D75
Text Example
Text Example
White with #882D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D75; }
p { color: rgb(136,45,117); }
H1.HeaderClassName
{
color: #882D75;
}
.AnyTagClassName
{
color: #882D75;
}
</style>
background-color css
<style>
a { background-color: #882D75; }
a { background-color: rgb(136,45,117); }
div.DivClassName
{
background-color: #882D75;
}
.BgClassName
{
background-color: #882D75;
}
</style>
border-color css
<style>
span { border-color: #882D75; }
span { border-color: rgb(136,45,117); }
td.TdClassName
{
border-color: #882D75;
}
.TagClassName
{
border-color: #882D75;
}
</style>