Shades of Dark Purple #8D316C
Tints of Dark Purple #8D316C
RGB
CMYK
RGB Variations
Color information
#8D316C (or 0x8D316C) is known color: Dark Purple. HEX triplet: 8D, 31 and 6C. RGB value is (141,49,108). Sum of RGB (Red+Green+Blue) = 141+49+108=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D316C is #72CE93. Grayscale: #535353. Windows color (decimal): -7523988 or 7090573. OLE color: 7090573.
HSL color Cylindrical-coordinate representation of color #8D316C: hue angle of 321.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D316C is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 49 | 108 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.45 |
| HSL | 321.52º | 0.48% | 0.37% | - |
| HSV(B) | 321.52º | 0.65% | 0.55% | - |
| XYZ | 14.79 | 8.94 | 15.13 | - |
| YUV | 83.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 108 | 0 | 0.65 | 0.23 | 0.45 | 321.52 | 0.48 | 0.37 |
| Hex | 8D | 31 | 6C | 0 | 41 | 17 | 2D | 142 | 30 | 25 |
| Octal | 215 | 61 | 154 | 0 | 101 | 27 | 55 | 502 | 60 | 45 |
| Binary | 10001101 | 110001 | 1101100 | 0 | 1000001 | 10111 | 101101 | 101000010 | 110000 | 100101 |
Color Harmonies of #8D316C
Complementary color
Monochromatic Colors of #8D316C
Black with #8D316C
Text Example
Text Example
White with #8D316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D316C; }
p { color: rgb(141,49,108); }
H1.HeaderClassName
{
color: #8D316C;
}
.AnyTagClassName
{
color: #8D316C;
}
</style>
background-color css
<style>
a { background-color: #8D316C; }
a { background-color: rgb(141,49,108); }
div.DivClassName
{
background-color: #8D316C;
}
.BgClassName
{
background-color: #8D316C;
}
</style>
border-color css
<style>
span { border-color: #8D316C; }
span { border-color: rgb(141,49,108); }
td.TdClassName
{
border-color: #8D316C;
}
.TagClassName
{
border-color: #8D316C;
}
</style>