Shades of Dark Purple #883E76
Tints of Dark Purple #883E76
RGB
CMYK
RGB Variations
Color information
#883E76 (or 0x883E76) is known color: Dark Purple. HEX triplet: 88, 3E and 76. RGB value is (136,62,118). Sum of RGB (Red+Green+Blue) = 136+62+118=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #883E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E76 is #77C189. Grayscale: #5A5A5A. Windows color (decimal): -7848330 or 7749256. OLE color: 7749256.
HSL color Cylindrical-coordinate representation of color #883E76: hue angle of 314.59º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E76 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 118 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.47 |
| HSL | 314.59º | 0.37% | 0.39% | - |
| HSV(B) | 314.59º | 0.54% | 0.53% | - |
| XYZ | 15.15 | 9.99 | 18.27 | - |
| YUV | 90.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 118 | 0 | 0.54 | 0.13 | 0.47 | 314.59 | 0.37 | 0.39 |
| Hex | 88 | 3E | 76 | 0 | 36 | D | 2F | 13B | 25 | 27 |
| Octal | 210 | 76 | 166 | 0 | 66 | 15 | 57 | 473 | 45 | 47 |
| Binary | 10001000 | 111110 | 1110110 | 0 | 110110 | 1101 | 101111 | 100111011 | 100101 | 100111 |
Color Harmonies of #883E76
Complementary color
Monochromatic Colors of #883E76
Black with #883E76
Text Example
Text Example
White with #883E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E76; }
p { color: rgb(136,62,118); }
H1.HeaderClassName
{
color: #883E76;
}
.AnyTagClassName
{
color: #883E76;
}
</style>
background-color css
<style>
a { background-color: #883E76; }
a { background-color: rgb(136,62,118); }
div.DivClassName
{
background-color: #883E76;
}
.BgClassName
{
background-color: #883E76;
}
</style>
border-color css
<style>
span { border-color: #883E76; }
span { border-color: rgb(136,62,118); }
td.TdClassName
{
border-color: #883E76;
}
.TagClassName
{
border-color: #883E76;
}
</style>