Shades of Dark Purple #8D387F
Tints of Dark Purple #8D387F
RGB
CMYK
RGB Variations
Color information
#8D387F (or 0x8D387F) is known color: Dark Purple. HEX triplet: 8D, 38 and 7F. RGB value is (141,56,127). Sum of RGB (Red+Green+Blue) = 141+56+127=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D387F is #72C780. Grayscale: #595959. Windows color (decimal): -7522177 or 8337549. OLE color: 8337549.
HSL color Cylindrical-coordinate representation of color #8D387F: hue angle of 309.88º 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 #8D387F is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 127 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.45 |
| HSL | 309.88º | 0.43% | 0.39% | - |
| HSV(B) | 309.88º | 0.6% | 0.55% | - |
| XYZ | 16.23 | 10.02 | 21.16 | - |
| YUV | 89.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 127 | 0 | 0.60 | 0.10 | 0.45 | 309.88 | 0.43 | 0.39 |
| Hex | 8D | 38 | 7F | 0 | 3C | A | 2D | 136 | 2B | 27 |
| Octal | 215 | 70 | 177 | 0 | 74 | 12 | 55 | 466 | 53 | 47 |
| Binary | 10001101 | 111000 | 1111111 | 0 | 111100 | 1010 | 101101 | 100110110 | 101011 | 100111 |
Color Harmonies of #8D387F
Complementary color
Monochromatic Colors of #8D387F
Black with #8D387F
Text Example
Text Example
White with #8D387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D387F; }
p { color: rgb(141,56,127); }
H1.HeaderClassName
{
color: #8D387F;
}
.AnyTagClassName
{
color: #8D387F;
}
</style>
background-color css
<style>
a { background-color: #8D387F; }
a { background-color: rgb(141,56,127); }
div.DivClassName
{
background-color: #8D387F;
}
.BgClassName
{
background-color: #8D387F;
}
</style>
border-color css
<style>
span { border-color: #8D387F; }
span { border-color: rgb(141,56,127); }
td.TdClassName
{
border-color: #8D387F;
}
.TagClassName
{
border-color: #8D387F;
}
</style>