Shades of Dark Purple #882D68
Tints of Dark Purple #882D68
RGB
CMYK
RGB Variations
Color information
#882D68 (or 0x882D68) is known color: Dark Purple. HEX triplet: 88, 2D and 68. RGB value is (136,45,104). Sum of RGB (Red+Green+Blue) = 136+45+104=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #882D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D68 is #77D297. Grayscale: #4E4E4E. Windows color (decimal): -7852696 or 6827400. OLE color: 6827400.
HSL color Cylindrical-coordinate representation of color #882D68: hue angle of 321.1º 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 #882D68 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 104 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.47 |
| HSL | 321.1º | 0.5% | 0.35% | - |
| HSV(B) | 321.1º | 0.67% | 0.53% | - |
| XYZ | 13.59 | 8.11 | 13.95 | - |
| YUV | 78.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 104 | 0 | 0.67 | 0.24 | 0.47 | 321.1 | 0.5 | 0.35 |
| Hex | 88 | 2D | 68 | 0 | 43 | 18 | 2F | 141 | 32 | 23 |
| Octal | 210 | 55 | 150 | 0 | 103 | 30 | 57 | 501 | 62 | 43 |
| Binary | 10001000 | 101101 | 1101000 | 0 | 1000011 | 11000 | 101111 | 101000001 | 110010 | 100011 |
Color Harmonies of #882D68
Complementary color
Monochromatic Colors of #882D68
Black with #882D68
Text Example
Text Example
White with #882D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D68; }
p { color: rgb(136,45,104); }
H1.HeaderClassName
{
color: #882D68;
}
.AnyTagClassName
{
color: #882D68;
}
</style>
background-color css
<style>
a { background-color: #882D68; }
a { background-color: rgb(136,45,104); }
div.DivClassName
{
background-color: #882D68;
}
.BgClassName
{
background-color: #882D68;
}
</style>
border-color css
<style>
span { border-color: #882D68; }
span { border-color: rgb(136,45,104); }
td.TdClassName
{
border-color: #882D68;
}
.TagClassName
{
border-color: #882D68;
}
</style>