Shades of Dark Purple #8D0C79
Tints of Dark Purple #8D0C79
RGB
CMYK
RGB Variations
Color information
#8D0C79 (or 0x8D0C79) is known color: Dark Purple. HEX triplet: 8D, 0C and 79. RGB value is (141,12,121). Sum of RGB (Red+Green+Blue) = 141+12+121=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C79 is #72F386. Grayscale: #3E3E3E. Windows color (decimal): -7533447 or 7933069. OLE color: 7933069.
HSL color Cylindrical-coordinate representation of color #8D0C79: hue angle of 309.3º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C79 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 121 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.45 |
| HSL | 309.3º | 0.84% | 0.3% | - |
| HSV(B) | 309.3º | 0.91% | 0.55% | - |
| XYZ | 14.57 | 7.31 | 18.73 | - |
| YUV | 63 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 121 | 0 | 0.91 | 0.14 | 0.45 | 309.3 | 0.84 | 0.3 |
| Hex | 8D | C | 79 | 0 | 5B | E | 2D | 135 | 54 | 1E |
| Octal | 215 | 14 | 171 | 0 | 133 | 16 | 55 | 465 | 124 | 36 |
| Binary | 10001101 | 1100 | 1111001 | 0 | 1011011 | 1110 | 101101 | 100110101 | 1010100 | 11110 |
Color Harmonies of #8D0C79
Complementary color
Monochromatic Colors of #8D0C79
Black with #8D0C79
Text Example
Text Example
White with #8D0C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C79; }
p { color: rgb(141,12,121); }
H1.HeaderClassName
{
color: #8D0C79;
}
.AnyTagClassName
{
color: #8D0C79;
}
</style>
background-color css
<style>
a { background-color: #8D0C79; }
a { background-color: rgb(141,12,121); }
div.DivClassName
{
background-color: #8D0C79;
}
.BgClassName
{
background-color: #8D0C79;
}
</style>
border-color css
<style>
span { border-color: #8D0C79; }
span { border-color: rgb(141,12,121); }
td.TdClassName
{
border-color: #8D0C79;
}
.TagClassName
{
border-color: #8D0C79;
}
</style>