Shades of Dark Purple #8D367A
Tints of Dark Purple #8D367A
RGB
CMYK
RGB Variations
Color information
#8D367A (or 0x8D367A) is known color: Dark Purple. HEX triplet: 8D, 36 and 7A. RGB value is (141,54,122). Sum of RGB (Red+Green+Blue) = 141+54+122=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D367A is #72C985. Grayscale: #575757. Windows color (decimal): -7522694 or 8009357. OLE color: 8009357.
HSL color Cylindrical-coordinate representation of color #8D367A: hue angle of 313.1º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D367A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 122 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.45 |
| HSL | 313.1º | 0.45% | 0.38% | - |
| HSV(B) | 313.1º | 0.62% | 0.55% | - |
| XYZ | 15.82 | 9.71 | 19.45 | - |
| YUV | 87.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 122 | 0 | 0.62 | 0.13 | 0.45 | 313.1 | 0.45 | 0.38 |
| Hex | 8D | 36 | 7A | 0 | 3E | D | 2D | 139 | 2D | 26 |
| Octal | 215 | 66 | 172 | 0 | 76 | 15 | 55 | 471 | 55 | 46 |
| Binary | 10001101 | 110110 | 1111010 | 0 | 111110 | 1101 | 101101 | 100111001 | 101101 | 100110 |
Color Harmonies of #8D367A
Complementary color
Monochromatic Colors of #8D367A
Black with #8D367A
Text Example
Text Example
White with #8D367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D367A; }
p { color: rgb(141,54,122); }
H1.HeaderClassName
{
color: #8D367A;
}
.AnyTagClassName
{
color: #8D367A;
}
</style>
background-color css
<style>
a { background-color: #8D367A; }
a { background-color: rgb(141,54,122); }
div.DivClassName
{
background-color: #8D367A;
}
.BgClassName
{
background-color: #8D367A;
}
</style>
border-color css
<style>
span { border-color: #8D367A; }
span { border-color: rgb(141,54,122); }
td.TdClassName
{
border-color: #8D367A;
}
.TagClassName
{
border-color: #8D367A;
}
</style>