Shades of Dark Purple #8D107F
Tints of Dark Purple #8D107F
RGB
CMYK
RGB Variations
Color information
#8D107F (or 0x8D107F) is known color: Dark Purple. HEX triplet: 8D, 10 and 7F. RGB value is (141,16,127). Sum of RGB (Red+Green+Blue) = 141+16+127=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D107F is #72EF80. Grayscale: #414141. Windows color (decimal): -7532417 or 8327309. OLE color: 8327309.
HSL color Cylindrical-coordinate representation of color #8D107F: hue angle of 306.72º 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 #8D107F is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.45 |
| HSL | 306.72º | 0.8% | 0.31% | - |
| HSV(B) | 306.72º | 0.89% | 0.55% | - |
| XYZ | 15 | 7.57 | 20.75 | - |
| YUV | 66.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 127 | 0 | 0.89 | 0.10 | 0.45 | 306.72 | 0.8 | 0.31 |
| Hex | 8D | 10 | 7F | 0 | 59 | A | 2D | 133 | 50 | 1F |
| Octal | 215 | 20 | 177 | 0 | 131 | 12 | 55 | 463 | 120 | 37 |
| Binary | 10001101 | 10000 | 1111111 | 0 | 1011001 | 1010 | 101101 | 100110011 | 1010000 | 11111 |
Color Harmonies of #8D107F
Complementary color
Monochromatic Colors of #8D107F
Black with #8D107F
Text Example
Text Example
White with #8D107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D107F; }
p { color: rgb(141,16,127); }
H1.HeaderClassName
{
color: #8D107F;
}
.AnyTagClassName
{
color: #8D107F;
}
</style>
background-color css
<style>
a { background-color: #8D107F; }
a { background-color: rgb(141,16,127); }
div.DivClassName
{
background-color: #8D107F;
}
.BgClassName
{
background-color: #8D107F;
}
</style>
border-color css
<style>
span { border-color: #8D107F; }
span { border-color: rgb(141,16,127); }
td.TdClassName
{
border-color: #8D107F;
}
.TagClassName
{
border-color: #8D107F;
}
</style>