Shades of Dark Purple #883A72
Tints of Dark Purple #883A72
RGB
CMYK
RGB Variations
Color information
#883A72 (or 0x883A72) is known color: Dark Purple. HEX triplet: 88, 3A and 72. RGB value is (136,58,114). Sum of RGB (Red+Green+Blue) = 136+58+114=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A72 is #77C58D. Grayscale: #575757. Windows color (decimal): -7849358 or 7486088. OLE color: 7486088.
HSL color Cylindrical-coordinate representation of color #883A72: hue angle of 316.92º degrees, saturation: 0.4, 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 #883A72 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 114 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.47 |
| HSL | 316.92º | 0.4% | 0.38% | - |
| HSV(B) | 316.92º | 0.57% | 0.53% | - |
| XYZ | 14.7 | 9.48 | 16.97 | - |
| YUV | 87.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 114 | 0 | 0.57 | 0.16 | 0.47 | 316.92 | 0.4 | 0.38 |
| Hex | 88 | 3A | 72 | 0 | 39 | 10 | 2F | 13D | 28 | 26 |
| Octal | 210 | 72 | 162 | 0 | 71 | 20 | 57 | 475 | 50 | 46 |
| Binary | 10001000 | 111010 | 1110010 | 0 | 111001 | 10000 | 101111 | 100111101 | 101000 | 100110 |
Color Harmonies of #883A72
Complementary color
Monochromatic Colors of #883A72
Black with #883A72
Text Example
Text Example
White with #883A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A72; }
p { color: rgb(136,58,114); }
H1.HeaderClassName
{
color: #883A72;
}
.AnyTagClassName
{
color: #883A72;
}
</style>
background-color css
<style>
a { background-color: #883A72; }
a { background-color: rgb(136,58,114); }
div.DivClassName
{
background-color: #883A72;
}
.BgClassName
{
background-color: #883A72;
}
</style>
border-color css
<style>
span { border-color: #883A72; }
span { border-color: rgb(136,58,114); }
td.TdClassName
{
border-color: #883A72;
}
.TagClassName
{
border-color: #883A72;
}
</style>