Shades of Dark Purple #8D1B7A
Tints of Dark Purple #8D1B7A
RGB
CMYK
RGB Variations
Color information
#8D1B7A (or 0x8D1B7A) is known color: Dark Purple. HEX triplet: 8D, 1B and 7A. RGB value is (141,27,122). Sum of RGB (Red+Green+Blue) = 141+27+122=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B7A is #72E485. Grayscale: #474747. Windows color (decimal): -7529606 or 8002445. OLE color: 8002445.
HSL color Cylindrical-coordinate representation of color #8D1B7A: hue angle of 310º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B7A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 122 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.45 |
| HSL | 310º | 0.68% | 0.33% | - |
| HSV(B) | 310º | 0.81% | 0.55% | - |
| XYZ | 14.89 | 7.85 | 19.14 | - |
| YUV | 71.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 122 | 0 | 0.81 | 0.13 | 0.45 | 310 | 0.68 | 0.33 |
| Hex | 8D | 1B | 7A | 0 | 51 | D | 2D | 136 | 44 | 21 |
| Octal | 215 | 33 | 172 | 0 | 121 | 15 | 55 | 466 | 104 | 41 |
| Binary | 10001101 | 11011 | 1111010 | 0 | 1010001 | 1101 | 101101 | 100110110 | 1000100 | 100001 |
Color Harmonies of #8D1B7A
Complementary color
Monochromatic Colors of #8D1B7A
Black with #8D1B7A
Text Example
Text Example
White with #8D1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B7A; }
p { color: rgb(141,27,122); }
H1.HeaderClassName
{
color: #8D1B7A;
}
.AnyTagClassName
{
color: #8D1B7A;
}
</style>
background-color css
<style>
a { background-color: #8D1B7A; }
a { background-color: rgb(141,27,122); }
div.DivClassName
{
background-color: #8D1B7A;
}
.BgClassName
{
background-color: #8D1B7A;
}
</style>
border-color css
<style>
span { border-color: #8D1B7A; }
span { border-color: rgb(141,27,122); }
td.TdClassName
{
border-color: #8D1B7A;
}
.TagClassName
{
border-color: #8D1B7A;
}
</style>