Shades of Dark Purple #8D3677
Tints of Dark Purple #8D3677
RGB
CMYK
RGB Variations
Color information
#8D3677 (or 0x8D3677) is known color: Dark Purple. HEX triplet: 8D, 36 and 77. RGB value is (141,54,119). Sum of RGB (Red+Green+Blue) = 141+54+119=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3677 is #72C988. Grayscale: #575757. Windows color (decimal): -7522697 or 7812749. OLE color: 7812749.
HSL color Cylindrical-coordinate representation of color #8D3677: hue angle of 315.17º 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 #8D3677 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 119 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.45 |
| HSL | 315.17º | 0.45% | 0.38% | - |
| HSV(B) | 315.17º | 0.62% | 0.55% | - |
| XYZ | 15.63 | 9.63 | 18.49 | - |
| YUV | 87.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 119 | 0 | 0.62 | 0.16 | 0.45 | 315.17 | 0.45 | 0.38 |
| Hex | 8D | 36 | 77 | 0 | 3E | 10 | 2D | 13B | 2D | 26 |
| Octal | 215 | 66 | 167 | 0 | 76 | 20 | 55 | 473 | 55 | 46 |
| Binary | 10001101 | 110110 | 1110111 | 0 | 111110 | 10000 | 101101 | 100111011 | 101101 | 100110 |
Color Harmonies of #8D3677
Complementary color
Monochromatic Colors of #8D3677
Black with #8D3677
Text Example
Text Example
White with #8D3677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3677; }
p { color: rgb(141,54,119); }
H1.HeaderClassName
{
color: #8D3677;
}
.AnyTagClassName
{
color: #8D3677;
}
</style>
background-color css
<style>
a { background-color: #8D3677; }
a { background-color: rgb(141,54,119); }
div.DivClassName
{
background-color: #8D3677;
}
.BgClassName
{
background-color: #8D3677;
}
</style>
border-color css
<style>
span { border-color: #8D3677; }
span { border-color: rgb(141,54,119); }
td.TdClassName
{
border-color: #8D3677;
}
.TagClassName
{
border-color: #8D3677;
}
</style>