Shades of Dark Purple #8D136D
Tints of Dark Purple #8D136D
RGB
CMYK
RGB Variations
Color information
#8D136D (or 0x8D136D) is known color: Dark Purple. HEX triplet: 8D, 13 and 6D. RGB value is (141,19,109). Sum of RGB (Red+Green+Blue) = 141+19+109=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D136D is #72EC92. Grayscale: #414141. Windows color (decimal): -7531667 or 7148429. OLE color: 7148429.
HSL color Cylindrical-coordinate representation of color #8D136D: hue angle of 315.74º degrees, saturation: 0.76, 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 #8D136D is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 109 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.45 |
| HSL | 315.74º | 0.76% | 0.31% | - |
| HSV(B) | 315.74º | 0.87% | 0.55% | - |
| XYZ | 13.98 | 7.23 | 15.13 | - |
| YUV | 65.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 109 | 0 | 0.87 | 0.23 | 0.45 | 315.74 | 0.76 | 0.31 |
| Hex | 8D | 13 | 6D | 0 | 57 | 17 | 2D | 13C | 4C | 1F |
| Octal | 215 | 23 | 155 | 0 | 127 | 27 | 55 | 474 | 114 | 37 |
| Binary | 10001101 | 10011 | 1101101 | 0 | 1010111 | 10111 | 101101 | 100111100 | 1001100 | 11111 |
Color Harmonies of #8D136D
Complementary color
Monochromatic Colors of #8D136D
Black with #8D136D
Text Example
Text Example
White with #8D136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D136D; }
p { color: rgb(141,19,109); }
H1.HeaderClassName
{
color: #8D136D;
}
.AnyTagClassName
{
color: #8D136D;
}
</style>
background-color css
<style>
a { background-color: #8D136D; }
a { background-color: rgb(141,19,109); }
div.DivClassName
{
background-color: #8D136D;
}
.BgClassName
{
background-color: #8D136D;
}
</style>
border-color css
<style>
span { border-color: #8D136D; }
span { border-color: rgb(141,19,109); }
td.TdClassName
{
border-color: #8D136D;
}
.TagClassName
{
border-color: #8D136D;
}
</style>