Shades of Dark Purple #883B73
Tints of Dark Purple #883B73
RGB
CMYK
RGB Variations
Color information
#883B73 (or 0x883B73) is known color: Dark Purple. HEX triplet: 88, 3B and 73. RGB value is (136,59,115). Sum of RGB (Red+Green+Blue) = 136+59+115=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #883B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B73 is #77C48C. Grayscale: #585858. Windows color (decimal): -7849101 or 7551880. OLE color: 7551880.
HSL color Cylindrical-coordinate representation of color #883B73: hue angle of 316.36º 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 #883B73 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 115 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.47 |
| HSL | 316.36º | 0.39% | 0.38% | - |
| HSV(B) | 316.36º | 0.57% | 0.53% | - |
| XYZ | 14.81 | 9.6 | 17.29 | - |
| YUV | 88.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 115 | 0 | 0.57 | 0.15 | 0.47 | 316.36 | 0.39 | 0.38 |
| Hex | 88 | 3B | 73 | 0 | 39 | F | 2F | 13C | 27 | 26 |
| Octal | 210 | 73 | 163 | 0 | 71 | 17 | 57 | 474 | 47 | 46 |
| Binary | 10001000 | 111011 | 1110011 | 0 | 111001 | 1111 | 101111 | 100111100 | 100111 | 100110 |
Color Harmonies of #883B73
Complementary color
Monochromatic Colors of #883B73
Black with #883B73
Text Example
Text Example
White with #883B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B73; }
p { color: rgb(136,59,115); }
H1.HeaderClassName
{
color: #883B73;
}
.AnyTagClassName
{
color: #883B73;
}
</style>
background-color css
<style>
a { background-color: #883B73; }
a { background-color: rgb(136,59,115); }
div.DivClassName
{
background-color: #883B73;
}
.BgClassName
{
background-color: #883B73;
}
</style>
border-color css
<style>
span { border-color: #883B73; }
span { border-color: rgb(136,59,115); }
td.TdClassName
{
border-color: #883B73;
}
.TagClassName
{
border-color: #883B73;
}
</style>