Shades of Dark Purple #8D3B72
Tints of Dark Purple #8D3B72
RGB
CMYK
RGB Variations
Color information
#8D3B72 (or 0x8D3B72) is known color: Dark Purple. HEX triplet: 8D, 3B and 72. RGB value is (141,59,114). Sum of RGB (Red+Green+Blue) = 141+59+114=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B72 is #72C48D. Grayscale: #595959. Windows color (decimal): -7521422 or 7486349. OLE color: 7486349.
HSL color Cylindrical-coordinate representation of color #8D3B72: hue angle of 319.76º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D3B72 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 59 | 114 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.45 |
| HSL | 319.76º | 0.41% | 0.39% | - |
| HSV(B) | 319.76º | 0.58% | 0.55% | - |
| XYZ | 15.59 | 10.01 | 17.03 | - |
| YUV | 89.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 114 | 0 | 0.58 | 0.19 | 0.45 | 319.76 | 0.41 | 0.39 |
| Hex | 8D | 3B | 72 | 0 | 3A | 13 | 2D | 140 | 29 | 27 |
| Octal | 215 | 73 | 162 | 0 | 72 | 23 | 55 | 500 | 51 | 47 |
| Binary | 10001101 | 111011 | 1110010 | 0 | 111010 | 10011 | 101101 | 101000000 | 101001 | 100111 |
Color Harmonies of #8D3B72
Complementary color
Monochromatic Colors of #8D3B72
Black with #8D3B72
Text Example
Text Example
White with #8D3B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3B72; }
p { color: rgb(141,59,114); }
H1.HeaderClassName
{
color: #8D3B72;
}
.AnyTagClassName
{
color: #8D3B72;
}
</style>
background-color css
<style>
a { background-color: #8D3B72; }
a { background-color: rgb(141,59,114); }
div.DivClassName
{
background-color: #8D3B72;
}
.BgClassName
{
background-color: #8D3B72;
}
</style>
border-color css
<style>
span { border-color: #8D3B72; }
span { border-color: rgb(141,59,114); }
td.TdClassName
{
border-color: #8D3B72;
}
.TagClassName
{
border-color: #8D3B72;
}
</style>