Shades of Dark Purple #883B76
Tints of Dark Purple #883B76
RGB
CMYK
RGB Variations
Color information
#883B76 (or 0x883B76) is known color: Dark Purple. HEX triplet: 88, 3B and 76. RGB value is (136,59,118). Sum of RGB (Red+Green+Blue) = 136+59+118=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #883B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B76 is #77C489. Grayscale: #585858. Windows color (decimal): -7849098 or 7748488. OLE color: 7748488.
HSL color Cylindrical-coordinate representation of color #883B76: hue angle of 314.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B76 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 118 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.47 |
| HSL | 314.03º | 0.39% | 0.38% | - |
| HSV(B) | 314.03º | 0.57% | 0.53% | - |
| XYZ | 14.99 | 9.67 | 18.22 | - |
| YUV | 88.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 118 | 0 | 0.57 | 0.13 | 0.47 | 314.03 | 0.39 | 0.38 |
| Hex | 88 | 3B | 76 | 0 | 39 | D | 2F | 13A | 27 | 26 |
| Octal | 210 | 73 | 166 | 0 | 71 | 15 | 57 | 472 | 47 | 46 |
| Binary | 10001000 | 111011 | 1110110 | 0 | 111001 | 1101 | 101111 | 100111010 | 100111 | 100110 |
Color Harmonies of #883B76
Complementary color
Monochromatic Colors of #883B76
Black with #883B76
Text Example
Text Example
White with #883B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B76; }
p { color: rgb(136,59,118); }
H1.HeaderClassName
{
color: #883B76;
}
.AnyTagClassName
{
color: #883B76;
}
</style>
background-color css
<style>
a { background-color: #883B76; }
a { background-color: rgb(136,59,118); }
div.DivClassName
{
background-color: #883B76;
}
.BgClassName
{
background-color: #883B76;
}
</style>
border-color css
<style>
span { border-color: #883B76; }
span { border-color: rgb(136,59,118); }
td.TdClassName
{
border-color: #883B76;
}
.TagClassName
{
border-color: #883B76;
}
</style>