Shades of Dark Purple #883C76
Tints of Dark Purple #883C76
RGB
CMYK
RGB Variations
Color information
#883C76 (or 0x883C76) is known color: Dark Purple. HEX triplet: 88, 3C and 76. RGB value is (136,60,118). Sum of RGB (Red+Green+Blue) = 136+60+118=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #883C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C76 is #77C389. Grayscale: #595959. Windows color (decimal): -7848842 or 7748744. OLE color: 7748744.
HSL color Cylindrical-coordinate representation of color #883C76: hue angle of 314.21º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C76 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 118 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.47 |
| HSL | 314.21º | 0.39% | 0.38% | - |
| HSV(B) | 314.21º | 0.56% | 0.53% | - |
| XYZ | 15.04 | 9.77 | 18.23 | - |
| YUV | 89.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 118 | 0 | 0.56 | 0.13 | 0.47 | 314.21 | 0.39 | 0.38 |
| Hex | 88 | 3C | 76 | 0 | 38 | D | 2F | 13A | 27 | 26 |
| Octal | 210 | 74 | 166 | 0 | 70 | 15 | 57 | 472 | 47 | 46 |
| Binary | 10001000 | 111100 | 1110110 | 0 | 111000 | 1101 | 101111 | 100111010 | 100111 | 100110 |
Color Harmonies of #883C76
Complementary color
Monochromatic Colors of #883C76
Black with #883C76
Text Example
Text Example
White with #883C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C76; }
p { color: rgb(136,60,118); }
H1.HeaderClassName
{
color: #883C76;
}
.AnyTagClassName
{
color: #883C76;
}
</style>
background-color css
<style>
a { background-color: #883C76; }
a { background-color: rgb(136,60,118); }
div.DivClassName
{
background-color: #883C76;
}
.BgClassName
{
background-color: #883C76;
}
</style>
border-color css
<style>
span { border-color: #883C76; }
span { border-color: rgb(136,60,118); }
td.TdClassName
{
border-color: #883C76;
}
.TagClassName
{
border-color: #883C76;
}
</style>