Shades of Dark Purple #8D106D
Tints of Dark Purple #8D106D
RGB
CMYK
RGB Variations
Color information
#8D106D (or 0x8D106D) is known color: Dark Purple. HEX triplet: 8D, 10 and 6D. RGB value is (141,16,109). Sum of RGB (Red+Green+Blue) = 141+16+109=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D106D is #72EF92. Grayscale: #3F3F3F. Windows color (decimal): -7532435 or 7147661. OLE color: 7147661.
HSL color Cylindrical-coordinate representation of color #8D106D: hue angle of 315.36º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D106D is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 109 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.45 |
| HSL | 315.36º | 0.8% | 0.31% | - |
| HSV(B) | 315.36º | 0.89% | 0.55% | - |
| XYZ | 13.93 | 7.14 | 15.11 | - |
| YUV | 63.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 109 | 0 | 0.89 | 0.23 | 0.45 | 315.36 | 0.8 | 0.31 |
| Hex | 8D | 10 | 6D | 0 | 59 | 17 | 2D | 13B | 50 | 1F |
| Octal | 215 | 20 | 155 | 0 | 131 | 27 | 55 | 473 | 120 | 37 |
| Binary | 10001101 | 10000 | 1101101 | 0 | 1011001 | 10111 | 101101 | 100111011 | 1010000 | 11111 |
Color Harmonies of #8D106D
Complementary color
Monochromatic Colors of #8D106D
Black with #8D106D
Text Example
Text Example
White with #8D106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D106D; }
p { color: rgb(141,16,109); }
H1.HeaderClassName
{
color: #8D106D;
}
.AnyTagClassName
{
color: #8D106D;
}
</style>
background-color css
<style>
a { background-color: #8D106D; }
a { background-color: rgb(141,16,109); }
div.DivClassName
{
background-color: #8D106D;
}
.BgClassName
{
background-color: #8D106D;
}
</style>
border-color css
<style>
span { border-color: #8D106D; }
span { border-color: rgb(141,16,109); }
td.TdClassName
{
border-color: #8D106D;
}
.TagClassName
{
border-color: #8D106D;
}
</style>