Shades of Dark Purple #8D366D
Tints of Dark Purple #8D366D
RGB
CMYK
RGB Variations
Color information
#8D366D (or 0x8D366D) is known color: Dark Purple. HEX triplet: 8D, 36 and 6D. RGB value is (141,54,109). Sum of RGB (Red+Green+Blue) = 141+54+109=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D366D is #72C992. Grayscale: #565656. Windows color (decimal): -7522707 or 7157389. OLE color: 7157389.
HSL color Cylindrical-coordinate representation of color #8D366D: hue angle of 322.07º 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 #8D366D is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 109 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.45 |
| HSL | 322.07º | 0.45% | 0.38% | - |
| HSV(B) | 322.07º | 0.62% | 0.55% | - |
| XYZ | 15.06 | 9.41 | 15.49 | - |
| YUV | 86.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 109 | 0 | 0.62 | 0.23 | 0.45 | 322.07 | 0.45 | 0.38 |
| Hex | 8D | 36 | 6D | 0 | 3E | 17 | 2D | 142 | 2D | 26 |
| Octal | 215 | 66 | 155 | 0 | 76 | 27 | 55 | 502 | 55 | 46 |
| Binary | 10001101 | 110110 | 1101101 | 0 | 111110 | 10111 | 101101 | 101000010 | 101101 | 100110 |
Color Harmonies of #8D366D
Complementary color
Monochromatic Colors of #8D366D
Black with #8D366D
Text Example
Text Example
White with #8D366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D366D; }
p { color: rgb(141,54,109); }
H1.HeaderClassName
{
color: #8D366D;
}
.AnyTagClassName
{
color: #8D366D;
}
</style>
background-color css
<style>
a { background-color: #8D366D; }
a { background-color: rgb(141,54,109); }
div.DivClassName
{
background-color: #8D366D;
}
.BgClassName
{
background-color: #8D366D;
}
</style>
border-color css
<style>
span { border-color: #8D366D; }
span { border-color: rgb(141,54,109); }
td.TdClassName
{
border-color: #8D366D;
}
.TagClassName
{
border-color: #8D366D;
}
</style>