Shades of Dark Purple #8D1A6D
Tints of Dark Purple #8D1A6D
RGB
CMYK
RGB Variations
Color information
#8D1A6D (or 0x8D1A6D) is known color: Dark Purple. HEX triplet: 8D, 1A and 6D. RGB value is (141,26,109). Sum of RGB (Red+Green+Blue) = 141+26+109=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A6D is #72E592. Grayscale: #454545. Windows color (decimal): -7529875 or 7150221. OLE color: 7150221.
HSL color Cylindrical-coordinate representation of color #8D1A6D: hue angle of 316.7º 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 #8D1A6D is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 109 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.45 |
| HSL | 316.7º | 0.69% | 0.33% | - |
| HSV(B) | 316.7º | 0.82% | 0.55% | - |
| XYZ | 14.11 | 7.51 | 15.17 | - |
| YUV | 69.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 109 | 0 | 0.82 | 0.23 | 0.45 | 316.7 | 0.69 | 0.33 |
| Hex | 8D | 1A | 6D | 0 | 52 | 17 | 2D | 13D | 45 | 21 |
| Octal | 215 | 32 | 155 | 0 | 122 | 27 | 55 | 475 | 105 | 41 |
| Binary | 10001101 | 11010 | 1101101 | 0 | 1010010 | 10111 | 101101 | 100111101 | 1000101 | 100001 |
Color Harmonies of #8D1A6D
Complementary color
Monochromatic Colors of #8D1A6D
Black with #8D1A6D
Text Example
Text Example
White with #8D1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A6D; }
p { color: rgb(141,26,109); }
H1.HeaderClassName
{
color: #8D1A6D;
}
.AnyTagClassName
{
color: #8D1A6D;
}
</style>
background-color css
<style>
a { background-color: #8D1A6D; }
a { background-color: rgb(141,26,109); }
div.DivClassName
{
background-color: #8D1A6D;
}
.BgClassName
{
background-color: #8D1A6D;
}
</style>
border-color css
<style>
span { border-color: #8D1A6D; }
span { border-color: rgb(141,26,109); }
td.TdClassName
{
border-color: #8D1A6D;
}
.TagClassName
{
border-color: #8D1A6D;
}
</style>