Shades of Dark Purple #8C4177
Tints of Dark Purple #8C4177
RGB
CMYK
RGB Variations
Color information
#8C4177 (or 0x8C4177) is known color: Dark Purple. HEX triplet: 8C, 41 and 77. RGB value is (140,65,119). Sum of RGB (Red+Green+Blue) = 140+65+119=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4177 is #73BE88. Grayscale: #5D5D5D. Windows color (decimal): -7585417 or 7815564. OLE color: 7815564.
HSL color Cylindrical-coordinate representation of color #8C4177: hue angle of 316.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4177 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 119 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.45 |
| HSL | 316.8º | 0.37% | 0.4% | - |
| HSV(B) | 316.8º | 0.54% | 0.55% | - |
| XYZ | 16.04 | 10.69 | 18.67 | - |
| YUV | 93.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 119 | 0 | 0.54 | 0.15 | 0.45 | 316.8 | 0.37 | 0.4 |
| Hex | 8C | 41 | 77 | 0 | 36 | F | 2D | 13D | 25 | 28 |
| Octal | 214 | 101 | 167 | 0 | 66 | 17 | 55 | 475 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1110111 | 0 | 110110 | 1111 | 101101 | 100111101 | 100101 | 101000 |
Color Harmonies of #8C4177
Complementary color
Monochromatic Colors of #8C4177
Black with #8C4177
Text Example
Text Example
White with #8C4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4177; }
p { color: rgb(140,65,119); }
H1.HeaderClassName
{
color: #8C4177;
}
.AnyTagClassName
{
color: #8C4177;
}
</style>
background-color css
<style>
a { background-color: #8C4177; }
a { background-color: rgb(140,65,119); }
div.DivClassName
{
background-color: #8C4177;
}
.BgClassName
{
background-color: #8C4177;
}
</style>
border-color css
<style>
span { border-color: #8C4177; }
span { border-color: rgb(140,65,119); }
td.TdClassName
{
border-color: #8C4177;
}
.TagClassName
{
border-color: #8C4177;
}
</style>