Shades of Dark Purple #8D3673
Tints of Dark Purple #8D3673
RGB
CMYK
RGB Variations
Color information
#8D3673 (or 0x8D3673) is known color: Dark Purple. HEX triplet: 8D, 36 and 73. RGB value is (141,54,115). Sum of RGB (Red+Green+Blue) = 141+54+115=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3673 is #72C98C. Grayscale: #565656. Windows color (decimal): -7522701 or 7550605. OLE color: 7550605.
HSL color Cylindrical-coordinate representation of color #8D3673: hue angle of 317.93º 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 #8D3673 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 115 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.45 |
| HSL | 317.93º | 0.45% | 0.38% | - |
| HSV(B) | 317.93º | 0.62% | 0.55% | - |
| XYZ | 15.4 | 9.54 | 17.25 | - |
| YUV | 86.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 115 | 0 | 0.62 | 0.18 | 0.45 | 317.93 | 0.45 | 0.38 |
| Hex | 8D | 36 | 73 | 0 | 3E | 12 | 2D | 13E | 2D | 26 |
| Octal | 215 | 66 | 163 | 0 | 76 | 22 | 55 | 476 | 55 | 46 |
| Binary | 10001101 | 110110 | 1110011 | 0 | 111110 | 10010 | 101101 | 100111110 | 101101 | 100110 |
Color Harmonies of #8D3673
Complementary color
Monochromatic Colors of #8D3673
Black with #8D3673
Text Example
Text Example
White with #8D3673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3673; }
p { color: rgb(141,54,115); }
H1.HeaderClassName
{
color: #8D3673;
}
.AnyTagClassName
{
color: #8D3673;
}
</style>
background-color css
<style>
a { background-color: #8D3673; }
a { background-color: rgb(141,54,115); }
div.DivClassName
{
background-color: #8D3673;
}
.BgClassName
{
background-color: #8D3673;
}
</style>
border-color css
<style>
span { border-color: #8D3673; }
span { border-color: rgb(141,54,115); }
td.TdClassName
{
border-color: #8D3673;
}
.TagClassName
{
border-color: #8D3673;
}
</style>