Shades of Dark Purple #8D1A7C
Tints of Dark Purple #8D1A7C
RGB
CMYK
RGB Variations
Color information
#8D1A7C (or 0x8D1A7C) is known color: Dark Purple. HEX triplet: 8D, 1A and 7C. RGB value is (141,26,124). Sum of RGB (Red+Green+Blue) = 141+26+124=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A7C is #72E583. Grayscale: #474747. Windows color (decimal): -7529860 or 8133261. OLE color: 8133261.
HSL color Cylindrical-coordinate representation of color #8D1A7C: hue angle of 308.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A7C is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 124 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.45 |
| HSL | 308.87º | 0.69% | 0.33% | - |
| HSV(B) | 308.87º | 0.82% | 0.55% | - |
| XYZ | 14.99 | 7.86 | 19.8 | - |
| YUV | 71.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 124 | 0 | 0.82 | 0.12 | 0.45 | 308.87 | 0.69 | 0.33 |
| Hex | 8D | 1A | 7C | 0 | 52 | C | 2D | 135 | 45 | 21 |
| Octal | 215 | 32 | 174 | 0 | 122 | 14 | 55 | 465 | 105 | 41 |
| Binary | 10001101 | 11010 | 1111100 | 0 | 1010010 | 1100 | 101101 | 100110101 | 1000101 | 100001 |
Color Harmonies of #8D1A7C
Complementary color
Monochromatic Colors of #8D1A7C
Black with #8D1A7C
Text Example
Text Example
White with #8D1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A7C; }
p { color: rgb(141,26,124); }
H1.HeaderClassName
{
color: #8D1A7C;
}
.AnyTagClassName
{
color: #8D1A7C;
}
</style>
background-color css
<style>
a { background-color: #8D1A7C; }
a { background-color: rgb(141,26,124); }
div.DivClassName
{
background-color: #8D1A7C;
}
.BgClassName
{
background-color: #8D1A7C;
}
</style>
border-color css
<style>
span { border-color: #8D1A7C; }
span { border-color: rgb(141,26,124); }
td.TdClassName
{
border-color: #8D1A7C;
}
.TagClassName
{
border-color: #8D1A7C;
}
</style>