Shades of Dark Purple #883D73
Tints of Dark Purple #883D73
RGB
CMYK
RGB Variations
Color information
#883D73 (or 0x883D73) is known color: Dark Purple. HEX triplet: 88, 3D and 73. RGB value is (136,61,115). Sum of RGB (Red+Green+Blue) = 136+61+115=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #883D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D73 is #77C28C. Grayscale: #595959. Windows color (decimal): -7848589 or 7552392. OLE color: 7552392.
HSL color Cylindrical-coordinate representation of color #883D73: hue angle of 316.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D73 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 115 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.47 |
| HSL | 316.8º | 0.38% | 0.39% | - |
| HSV(B) | 316.8º | 0.55% | 0.53% | - |
| XYZ | 14.92 | 9.81 | 17.33 | - |
| YUV | 89.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 115 | 0 | 0.55 | 0.15 | 0.47 | 316.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 73 | 0 | 37 | F | 2F | 13D | 26 | 27 |
| Octal | 210 | 75 | 163 | 0 | 67 | 17 | 57 | 475 | 46 | 47 |
| Binary | 10001000 | 111101 | 1110011 | 0 | 110111 | 1111 | 101111 | 100111101 | 100110 | 100111 |
Color Harmonies of #883D73
Complementary color
Monochromatic Colors of #883D73
Black with #883D73
Text Example
Text Example
White with #883D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D73; }
p { color: rgb(136,61,115); }
H1.HeaderClassName
{
color: #883D73;
}
.AnyTagClassName
{
color: #883D73;
}
</style>
background-color css
<style>
a { background-color: #883D73; }
a { background-color: rgb(136,61,115); }
div.DivClassName
{
background-color: #883D73;
}
.BgClassName
{
background-color: #883D73;
}
</style>
border-color css
<style>
span { border-color: #883D73; }
span { border-color: rgb(136,61,115); }
td.TdClassName
{
border-color: #883D73;
}
.TagClassName
{
border-color: #883D73;
}
</style>