Shades of Dark Purple #8D3872
Tints of Dark Purple #8D3872
RGB
CMYK
RGB Variations
Color information
#8D3872 (or 0x8D3872) is known color: Dark Purple. HEX triplet: 8D, 38 and 72. RGB value is (141,56,114). Sum of RGB (Red+Green+Blue) = 141+56+114=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3872 is #72C78D. Grayscale: #575757. Windows color (decimal): -7522190 or 7485581. OLE color: 7485581.
HSL color Cylindrical-coordinate representation of color #8D3872: hue angle of 319.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3872 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 114 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.45 |
| HSL | 319.06º | 0.43% | 0.39% | - |
| HSV(B) | 319.06º | 0.6% | 0.55% | - |
| XYZ | 15.44 | 9.71 | 16.98 | - |
| YUV | 88.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 114 | 0 | 0.60 | 0.19 | 0.45 | 319.06 | 0.43 | 0.39 |
| Hex | 8D | 38 | 72 | 0 | 3C | 13 | 2D | 13F | 2B | 27 |
| Octal | 215 | 70 | 162 | 0 | 74 | 23 | 55 | 477 | 53 | 47 |
| Binary | 10001101 | 111000 | 1110010 | 0 | 111100 | 10011 | 101101 | 100111111 | 101011 | 100111 |
Color Harmonies of #8D3872
Complementary color
Monochromatic Colors of #8D3872
Black with #8D3872
Text Example
Text Example
White with #8D3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3872; }
p { color: rgb(141,56,114); }
H1.HeaderClassName
{
color: #8D3872;
}
.AnyTagClassName
{
color: #8D3872;
}
</style>
background-color css
<style>
a { background-color: #8D3872; }
a { background-color: rgb(141,56,114); }
div.DivClassName
{
background-color: #8D3872;
}
.BgClassName
{
background-color: #8D3872;
}
</style>
border-color css
<style>
span { border-color: #8D3872; }
span { border-color: rgb(141,56,114); }
td.TdClassName
{
border-color: #8D3872;
}
.TagClassName
{
border-color: #8D3872;
}
</style>