Shades of Dark Purple #8D377F
Tints of Dark Purple #8D377F
RGB
CMYK
RGB Variations
Color information
#8D377F (or 0x8D377F) is known color: Dark Purple. HEX triplet: 8D, 37 and 7F. RGB value is (141,55,127). Sum of RGB (Red+Green+Blue) = 141+55+127=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D377F is #72C880. Grayscale: #585858. Windows color (decimal): -7522433 or 8337293. OLE color: 8337293.
HSL color Cylindrical-coordinate representation of color #8D377F: hue angle of 309.77º 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 #8D377F is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 127 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.45 |
| HSL | 309.77º | 0.44% | 0.38% | - |
| HSV(B) | 309.77º | 0.61% | 0.55% | - |
| XYZ | 16.18 | 9.93 | 21.14 | - |
| YUV | 88.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 127 | 0 | 0.61 | 0.10 | 0.45 | 309.77 | 0.44 | 0.38 |
| Hex | 8D | 37 | 7F | 0 | 3D | A | 2D | 136 | 2C | 26 |
| Octal | 215 | 67 | 177 | 0 | 75 | 12 | 55 | 466 | 54 | 46 |
| Binary | 10001101 | 110111 | 1111111 | 0 | 111101 | 1010 | 101101 | 100110110 | 101100 | 100110 |
Color Harmonies of #8D377F
Complementary color
Monochromatic Colors of #8D377F
Black with #8D377F
Text Example
Text Example
White with #8D377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D377F; }
p { color: rgb(141,55,127); }
H1.HeaderClassName
{
color: #8D377F;
}
.AnyTagClassName
{
color: #8D377F;
}
</style>
background-color css
<style>
a { background-color: #8D377F; }
a { background-color: rgb(141,55,127); }
div.DivClassName
{
background-color: #8D377F;
}
.BgClassName
{
background-color: #8D377F;
}
</style>
border-color css
<style>
span { border-color: #8D377F; }
span { border-color: rgb(141,55,127); }
td.TdClassName
{
border-color: #8D377F;
}
.TagClassName
{
border-color: #8D377F;
}
</style>