Shades of Dark Purple #883170
Tints of Dark Purple #883170
RGB
CMYK
RGB Variations
Color information
#883170 (or 0x883170) is known color: Dark Purple. HEX triplet: 88, 31 and 70. RGB value is (136,49,112). Sum of RGB (Red+Green+Blue) = 136+49+112=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #883170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883170 is #77CE8F. Grayscale: #525252. Windows color (decimal): -7851664 or 7352712. OLE color: 7352712.
HSL color Cylindrical-coordinate representation of color #883170: hue angle of 316.55º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883170 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 112 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.47 |
| HSL | 316.55º | 0.47% | 0.36% | - |
| HSV(B) | 316.55º | 0.64% | 0.53% | - |
| XYZ | 14.18 | 8.6 | 16.24 | - |
| YUV | 82.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 112 | 0 | 0.64 | 0.18 | 0.47 | 316.55 | 0.47 | 0.36 |
| Hex | 88 | 31 | 70 | 0 | 40 | 12 | 2F | 13D | 2F | 24 |
| Octal | 210 | 61 | 160 | 0 | 100 | 22 | 57 | 475 | 57 | 44 |
| Binary | 10001000 | 110001 | 1110000 | 0 | 1000000 | 10010 | 101111 | 100111101 | 101111 | 100100 |
Color Harmonies of #883170
Complementary color
Monochromatic Colors of #883170
Black with #883170
Text Example
Text Example
White with #883170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883170; }
p { color: rgb(136,49,112); }
H1.HeaderClassName
{
color: #883170;
}
.AnyTagClassName
{
color: #883170;
}
</style>
background-color css
<style>
a { background-color: #883170; }
a { background-color: rgb(136,49,112); }
div.DivClassName
{
background-color: #883170;
}
.BgClassName
{
background-color: #883170;
}
</style>
border-color css
<style>
span { border-color: #883170; }
span { border-color: rgb(136,49,112); }
td.TdClassName
{
border-color: #883170;
}
.TagClassName
{
border-color: #883170;
}
</style>