Shades of Dark Purple #8C1077
Tints of Dark Purple #8C1077
RGB
CMYK
RGB Variations
Color information
#8C1077 (or 0x8C1077) is known color: Dark Purple. HEX triplet: 8C, 10 and 77. RGB value is (140,16,119). Sum of RGB (Red+Green+Blue) = 140+16+119=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1077 is #73EF88. Grayscale: #404040. Windows color (decimal): -7597961 or 7803020. OLE color: 7803020.
HSL color Cylindrical-coordinate representation of color #8C1077: hue angle of 310.16º 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 #8C1077 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 119 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.45 |
| HSL | 310.16º | 0.79% | 0.31% | - |
| HSV(B) | 310.16º | 0.89% | 0.55% | - |
| XYZ | 14.33 | 7.28 | 18.1 | - |
| YUV | 64.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 119 | 0 | 0.89 | 0.15 | 0.45 | 310.16 | 0.79 | 0.31 |
| Hex | 8C | 10 | 77 | 0 | 59 | F | 2D | 136 | 4F | 1F |
| Octal | 214 | 20 | 167 | 0 | 131 | 17 | 55 | 466 | 117 | 37 |
| Binary | 10001100 | 10000 | 1110111 | 0 | 1011001 | 1111 | 101101 | 100110110 | 1001111 | 11111 |
Color Harmonies of #8C1077
Complementary color
Monochromatic Colors of #8C1077
Black with #8C1077
Text Example
Text Example
White with #8C1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1077; }
p { color: rgb(140,16,119); }
H1.HeaderClassName
{
color: #8C1077;
}
.AnyTagClassName
{
color: #8C1077;
}
</style>
background-color css
<style>
a { background-color: #8C1077; }
a { background-color: rgb(140,16,119); }
div.DivClassName
{
background-color: #8C1077;
}
.BgClassName
{
background-color: #8C1077;
}
</style>
border-color css
<style>
span { border-color: #8C1077; }
span { border-color: rgb(140,16,119); }
td.TdClassName
{
border-color: #8C1077;
}
.TagClassName
{
border-color: #8C1077;
}
</style>