Shades of Dark Purple #8D126D
Tints of Dark Purple #8D126D
RGB
CMYK
RGB Variations
Color information
#8D126D (or 0x8D126D) is known color: Dark Purple. HEX triplet: 8D, 12 and 6D. RGB value is (141,18,109). Sum of RGB (Red+Green+Blue) = 141+18+109=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D126D is #72ED92. Grayscale: #404040. Windows color (decimal): -7531923 or 7148173. OLE color: 7148173.
HSL color Cylindrical-coordinate representation of color #8D126D: hue angle of 315.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D126D is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 109 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.45 |
| HSL | 315.61º | 0.77% | 0.31% | - |
| HSV(B) | 315.61º | 0.87% | 0.55% | - |
| XYZ | 13.96 | 7.2 | 15.12 | - |
| YUV | 65.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 109 | 0 | 0.87 | 0.23 | 0.45 | 315.61 | 0.77 | 0.31 |
| Hex | 8D | 12 | 6D | 0 | 57 | 17 | 2D | 13C | 4D | 1F |
| Octal | 215 | 22 | 155 | 0 | 127 | 27 | 55 | 474 | 115 | 37 |
| Binary | 10001101 | 10010 | 1101101 | 0 | 1010111 | 10111 | 101101 | 100111100 | 1001101 | 11111 |
Color Harmonies of #8D126D
Complementary color
Monochromatic Colors of #8D126D
Black with #8D126D
Text Example
Text Example
White with #8D126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D126D; }
p { color: rgb(141,18,109); }
H1.HeaderClassName
{
color: #8D126D;
}
.AnyTagClassName
{
color: #8D126D;
}
</style>
background-color css
<style>
a { background-color: #8D126D; }
a { background-color: rgb(141,18,109); }
div.DivClassName
{
background-color: #8D126D;
}
.BgClassName
{
background-color: #8D126D;
}
</style>
border-color css
<style>
span { border-color: #8D126D; }
span { border-color: rgb(141,18,109); }
td.TdClassName
{
border-color: #8D126D;
}
.TagClassName
{
border-color: #8D126D;
}
</style>