Shades of Dark Purple #8C177D
Tints of Dark Purple #8C177D
RGB
CMYK
RGB Variations
Color information
#8C177D (or 0x8C177D) is known color: Dark Purple. HEX triplet: 8C, 17 and 7D. RGB value is (140,23,125). Sum of RGB (Red+Green+Blue) = 140+23+125=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C177D is #73E882. Grayscale: #454545. Windows color (decimal): -7596163 or 8198028. OLE color: 8198028.
HSL color Cylindrical-coordinate representation of color #8C177D: hue angle of 307.69º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C177D is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 125 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.45 |
| HSL | 307.69º | 0.72% | 0.32% | - |
| HSV(B) | 307.69º | 0.84% | 0.55% | - |
| XYZ | 14.82 | 7.67 | 20.1 | - |
| YUV | 69.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 125 | 0 | 0.84 | 0.11 | 0.45 | 307.69 | 0.72 | 0.32 |
| Hex | 8C | 17 | 7D | 0 | 54 | B | 2D | 134 | 48 | 20 |
| Octal | 214 | 27 | 175 | 0 | 124 | 13 | 55 | 464 | 110 | 40 |
| Binary | 10001100 | 10111 | 1111101 | 0 | 1010100 | 1011 | 101101 | 100110100 | 1001000 | 100000 |
Color Harmonies of #8C177D
Complementary color
Monochromatic Colors of #8C177D
Black with #8C177D
Text Example
Text Example
White with #8C177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C177D; }
p { color: rgb(140,23,125); }
H1.HeaderClassName
{
color: #8C177D;
}
.AnyTagClassName
{
color: #8C177D;
}
</style>
background-color css
<style>
a { background-color: #8C177D; }
a { background-color: rgb(140,23,125); }
div.DivClassName
{
background-color: #8C177D;
}
.BgClassName
{
background-color: #8C177D;
}
</style>
border-color css
<style>
span { border-color: #8C177D; }
span { border-color: rgb(140,23,125); }
td.TdClassName
{
border-color: #8C177D;
}
.TagClassName
{
border-color: #8C177D;
}
</style>