Shades of Dark Purple #8D376D
Tints of Dark Purple #8D376D
RGB
CMYK
RGB Variations
Color information
#8D376D (or 0x8D376D) is known color: Dark Purple. HEX triplet: 8D, 37 and 6D. RGB value is (141,55,109). Sum of RGB (Red+Green+Blue) = 141+55+109=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D376D is #72C892. Grayscale: #565656. Windows color (decimal): -7522451 or 7157645. OLE color: 7157645.
HSL color Cylindrical-coordinate representation of color #8D376D: hue angle of 322.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D376D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 109 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.45 |
| HSL | 322.33º | 0.44% | 0.38% | - |
| HSV(B) | 322.33º | 0.61% | 0.55% | - |
| XYZ | 15.11 | 9.5 | 15.51 | - |
| YUV | 86.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 109 | 0 | 0.61 | 0.23 | 0.45 | 322.33 | 0.44 | 0.38 |
| Hex | 8D | 37 | 6D | 0 | 3D | 17 | 2D | 142 | 2C | 26 |
| Octal | 215 | 67 | 155 | 0 | 75 | 27 | 55 | 502 | 54 | 46 |
| Binary | 10001101 | 110111 | 1101101 | 0 | 111101 | 10111 | 101101 | 101000010 | 101100 | 100110 |
Color Harmonies of #8D376D
Complementary color
Monochromatic Colors of #8D376D
Black with #8D376D
Text Example
Text Example
White with #8D376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D376D; }
p { color: rgb(141,55,109); }
H1.HeaderClassName
{
color: #8D376D;
}
.AnyTagClassName
{
color: #8D376D;
}
</style>
background-color css
<style>
a { background-color: #8D376D; }
a { background-color: rgb(141,55,109); }
div.DivClassName
{
background-color: #8D376D;
}
.BgClassName
{
background-color: #8D376D;
}
</style>
border-color css
<style>
span { border-color: #8D376D; }
span { border-color: rgb(141,55,109); }
td.TdClassName
{
border-color: #8D376D;
}
.TagClassName
{
border-color: #8D376D;
}
</style>