Shades of Dark Purple #8C1079
Tints of Dark Purple #8C1079
RGB
CMYK
RGB Variations
Color information
#8C1079 (or 0x8C1079) is known color: Dark Purple. HEX triplet: 8C, 10 and 79. RGB value is (140,16,121). Sum of RGB (Red+Green+Blue) = 140+16+121=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1079 is #73EF86. Grayscale: #404040. Windows color (decimal): -7597959 or 7934092. OLE color: 7934092.
HSL color Cylindrical-coordinate representation of color #8C1079: hue angle of 309.19º degrees, saturation: 0.79, 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 #8C1079 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 121 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.45 |
| HSL | 309.19º | 0.79% | 0.31% | - |
| HSV(B) | 309.19º | 0.89% | 0.55% | - |
| XYZ | 14.45 | 7.33 | 18.74 | - |
| YUV | 65.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 121 | 0 | 0.89 | 0.14 | 0.45 | 309.19 | 0.79 | 0.31 |
| Hex | 8C | 10 | 79 | 0 | 59 | E | 2D | 135 | 4F | 1F |
| Octal | 214 | 20 | 171 | 0 | 131 | 16 | 55 | 465 | 117 | 37 |
| Binary | 10001100 | 10000 | 1111001 | 0 | 1011001 | 1110 | 101101 | 100110101 | 1001111 | 11111 |
Color Harmonies of #8C1079
Complementary color
Monochromatic Colors of #8C1079
Black with #8C1079
Text Example
Text Example
White with #8C1079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1079; }
p { color: rgb(140,16,121); }
H1.HeaderClassName
{
color: #8C1079;
}
.AnyTagClassName
{
color: #8C1079;
}
</style>
background-color css
<style>
a { background-color: #8C1079; }
a { background-color: rgb(140,16,121); }
div.DivClassName
{
background-color: #8C1079;
}
.BgClassName
{
background-color: #8C1079;
}
</style>
border-color css
<style>
span { border-color: #8C1079; }
span { border-color: rgb(140,16,121); }
td.TdClassName
{
border-color: #8C1079;
}
.TagClassName
{
border-color: #8C1079;
}
</style>