Shades of Dark Purple #8D1075
Tints of Dark Purple #8D1075
RGB
CMYK
RGB Variations
Color information
#8D1075 (or 0x8D1075) is known color: Dark Purple. HEX triplet: 8D, 10 and 75. RGB value is (141,16,117). Sum of RGB (Red+Green+Blue) = 141+16+117=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1075 is #72EF8A. Grayscale: #404040. Windows color (decimal): -7532427 or 7671949. OLE color: 7671949.
HSL color Cylindrical-coordinate representation of color #8D1075: hue angle of 311.52º 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 #8D1075 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 117 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.45 |
| HSL | 311.52º | 0.8% | 0.31% | - |
| HSV(B) | 311.52º | 0.89% | 0.55% | - |
| XYZ | 14.38 | 7.32 | 17.48 | - |
| YUV | 64.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 117 | 0 | 0.89 | 0.17 | 0.45 | 311.52 | 0.8 | 0.31 |
| Hex | 8D | 10 | 75 | 0 | 59 | 11 | 2D | 138 | 50 | 1F |
| Octal | 215 | 20 | 165 | 0 | 131 | 21 | 55 | 470 | 120 | 37 |
| Binary | 10001101 | 10000 | 1110101 | 0 | 1011001 | 10001 | 101101 | 100111000 | 1010000 | 11111 |
Color Harmonies of #8D1075
Complementary color
Monochromatic Colors of #8D1075
Black with #8D1075
Text Example
Text Example
White with #8D1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1075; }
p { color: rgb(141,16,117); }
H1.HeaderClassName
{
color: #8D1075;
}
.AnyTagClassName
{
color: #8D1075;
}
</style>
background-color css
<style>
a { background-color: #8D1075; }
a { background-color: rgb(141,16,117); }
div.DivClassName
{
background-color: #8D1075;
}
.BgClassName
{
background-color: #8D1075;
}
</style>
border-color css
<style>
span { border-color: #8D1075; }
span { border-color: rgb(141,16,117); }
td.TdClassName
{
border-color: #8D1075;
}
.TagClassName
{
border-color: #8D1075;
}
</style>