Shades of Dark Purple #8D377D
Tints of Dark Purple #8D377D
RGB
CMYK
RGB Variations
Color information
#8D377D (or 0x8D377D) is known color: Dark Purple. HEX triplet: 8D, 37 and 7D. RGB value is (141,55,125). Sum of RGB (Red+Green+Blue) = 141+55+125=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D377D is #72C882. Grayscale: #585858. Windows color (decimal): -7522435 or 8206221. OLE color: 8206221.
HSL color Cylindrical-coordinate representation of color #8D377D: hue angle of 311.16º 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 #8D377D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 125 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.45 |
| HSL | 311.16º | 0.44% | 0.38% | - |
| HSV(B) | 311.16º | 0.61% | 0.55% | - |
| XYZ | 16.05 | 9.88 | 20.46 | - |
| YUV | 88.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 125 | 0 | 0.61 | 0.11 | 0.45 | 311.16 | 0.44 | 0.38 |
| Hex | 8D | 37 | 7D | 0 | 3D | B | 2D | 137 | 2C | 26 |
| Octal | 215 | 67 | 175 | 0 | 75 | 13 | 55 | 467 | 54 | 46 |
| Binary | 10001101 | 110111 | 1111101 | 0 | 111101 | 1011 | 101101 | 100110111 | 101100 | 100110 |
Color Harmonies of #8D377D
Complementary color
Monochromatic Colors of #8D377D
Black with #8D377D
Text Example
Text Example
White with #8D377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D377D; }
p { color: rgb(141,55,125); }
H1.HeaderClassName
{
color: #8D377D;
}
.AnyTagClassName
{
color: #8D377D;
}
</style>
background-color css
<style>
a { background-color: #8D377D; }
a { background-color: rgb(141,55,125); }
div.DivClassName
{
background-color: #8D377D;
}
.BgClassName
{
background-color: #8D377D;
}
</style>
border-color css
<style>
span { border-color: #8D377D; }
span { border-color: rgb(141,55,125); }
td.TdClassName
{
border-color: #8D377D;
}
.TagClassName
{
border-color: #8D377D;
}
</style>