Shades of Dark Purple #882968
Tints of Dark Purple #882968
RGB
CMYK
RGB Variations
Color information
#882968 (or 0x882968) is known color: Dark Purple. HEX triplet: 88, 29 and 68. RGB value is (136,41,104). Sum of RGB (Red+Green+Blue) = 136+41+104=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #882968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882968 is #77D697. Grayscale: #4C4C4C. Windows color (decimal): -7853720 or 6826376. OLE color: 6826376.
HSL color Cylindrical-coordinate representation of color #882968: hue angle of 320.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882968 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 104 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.47 |
| HSL | 320.21º | 0.54% | 0.35% | - |
| HSV(B) | 320.21º | 0.7% | 0.53% | - |
| XYZ | 13.44 | 7.82 | 13.9 | - |
| YUV | 76.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 104 | 0 | 0.70 | 0.24 | 0.47 | 320.21 | 0.54 | 0.35 |
| Hex | 88 | 29 | 68 | 0 | 46 | 18 | 2F | 140 | 36 | 23 |
| Octal | 210 | 51 | 150 | 0 | 106 | 30 | 57 | 500 | 66 | 43 |
| Binary | 10001000 | 101001 | 1101000 | 0 | 1000110 | 11000 | 101111 | 101000000 | 110110 | 100011 |
Color Harmonies of #882968
Complementary color
Monochromatic Colors of #882968
Black with #882968
Text Example
Text Example
White with #882968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882968; }
p { color: rgb(136,41,104); }
H1.HeaderClassName
{
color: #882968;
}
.AnyTagClassName
{
color: #882968;
}
</style>
background-color css
<style>
a { background-color: #882968; }
a { background-color: rgb(136,41,104); }
div.DivClassName
{
background-color: #882968;
}
.BgClassName
{
background-color: #882968;
}
</style>
border-color css
<style>
span { border-color: #882968; }
span { border-color: rgb(136,41,104); }
td.TdClassName
{
border-color: #882968;
}
.TagClassName
{
border-color: #882968;
}
</style>