Shades of Dark Purple #8D1D6A
Tints of Dark Purple #8D1D6A
RGB
CMYK
RGB Variations
Color information
#8D1D6A (or 0x8D1D6A) is known color: Dark Purple. HEX triplet: 8D, 1D and 6A. RGB value is (141,29,106). Sum of RGB (Red+Green+Blue) = 141+29+106=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D6A is #72E295. Grayscale: #474747. Windows color (decimal): -7529110 or 6954381. OLE color: 6954381.
HSL color Cylindrical-coordinate representation of color #8D1D6A: hue angle of 318.75º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D6A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 106 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.45 |
| HSL | 318.75º | 0.66% | 0.33% | - |
| HSV(B) | 318.75º | 0.79% | 0.55% | - |
| XYZ | 14.03 | 7.58 | 14.36 | - |
| YUV | 71.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 106 | 0 | 0.79 | 0.25 | 0.45 | 318.75 | 0.66 | 0.33 |
| Hex | 8D | 1D | 6A | 0 | 4F | 19 | 2D | 13F | 42 | 21 |
| Octal | 215 | 35 | 152 | 0 | 117 | 31 | 55 | 477 | 102 | 41 |
| Binary | 10001101 | 11101 | 1101010 | 0 | 1001111 | 11001 | 101101 | 100111111 | 1000010 | 100001 |
Color Harmonies of #8D1D6A
Complementary color
Monochromatic Colors of #8D1D6A
Black with #8D1D6A
Text Example
Text Example
White with #8D1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D6A; }
p { color: rgb(141,29,106); }
H1.HeaderClassName
{
color: #8D1D6A;
}
.AnyTagClassName
{
color: #8D1D6A;
}
</style>
background-color css
<style>
a { background-color: #8D1D6A; }
a { background-color: rgb(141,29,106); }
div.DivClassName
{
background-color: #8D1D6A;
}
.BgClassName
{
background-color: #8D1D6A;
}
</style>
border-color css
<style>
span { border-color: #8D1D6A; }
span { border-color: rgb(141,29,106); }
td.TdClassName
{
border-color: #8D1D6A;
}
.TagClassName
{
border-color: #8D1D6A;
}
</style>