Shades of Dark Purple #883770
Tints of Dark Purple #883770
RGB
CMYK
RGB Variations
Color information
#883770 (or 0x883770) is known color: Dark Purple. HEX triplet: 88, 37 and 70. RGB value is (136,55,112). Sum of RGB (Red+Green+Blue) = 136+55+112=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #883770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883770 is #77C88F. Grayscale: #555555. Windows color (decimal): -7850128 or 7354248. OLE color: 7354248.
HSL color Cylindrical-coordinate representation of color #883770: hue angle of 317.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883770 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 112 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.47 |
| HSL | 317.78º | 0.42% | 0.37% | - |
| HSV(B) | 317.78º | 0.6% | 0.53% | - |
| XYZ | 14.44 | 9.14 | 16.33 | - |
| YUV | 85.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 112 | 0 | 0.60 | 0.18 | 0.47 | 317.78 | 0.42 | 0.37 |
| Hex | 88 | 37 | 70 | 0 | 3C | 12 | 2F | 13E | 2A | 25 |
| Octal | 210 | 67 | 160 | 0 | 74 | 22 | 57 | 476 | 52 | 45 |
| Binary | 10001000 | 110111 | 1110000 | 0 | 111100 | 10010 | 101111 | 100111110 | 101010 | 100101 |
Color Harmonies of #883770
Complementary color
Monochromatic Colors of #883770
Black with #883770
Text Example
Text Example
White with #883770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883770; }
p { color: rgb(136,55,112); }
H1.HeaderClassName
{
color: #883770;
}
.AnyTagClassName
{
color: #883770;
}
</style>
background-color css
<style>
a { background-color: #883770; }
a { background-color: rgb(136,55,112); }
div.DivClassName
{
background-color: #883770;
}
.BgClassName
{
background-color: #883770;
}
</style>
border-color css
<style>
span { border-color: #883770; }
span { border-color: rgb(136,55,112); }
td.TdClassName
{
border-color: #883770;
}
.TagClassName
{
border-color: #883770;
}
</style>