Shades of Dark Purple #8C177B
Tints of Dark Purple #8C177B
RGB
CMYK
RGB Variations
Color information
#8C177B (or 0x8C177B) is known color: Dark Purple. HEX triplet: 8C, 17 and 7B. RGB value is (140,23,123). Sum of RGB (Red+Green+Blue) = 140+23+123=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C177B is #73E884. Grayscale: #454545. Windows color (decimal): -7596165 or 8066956. OLE color: 8066956.
HSL color Cylindrical-coordinate representation of color #8C177B: hue angle of 308.72º 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 #8C177B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 123 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.45 |
| HSL | 308.72º | 0.72% | 0.32% | - |
| HSV(B) | 308.72º | 0.84% | 0.55% | - |
| XYZ | 14.7 | 7.62 | 19.43 | - |
| YUV | 69.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 123 | 0 | 0.84 | 0.12 | 0.45 | 308.72 | 0.72 | 0.32 |
| Hex | 8C | 17 | 7B | 0 | 54 | C | 2D | 135 | 48 | 20 |
| Octal | 214 | 27 | 173 | 0 | 124 | 14 | 55 | 465 | 110 | 40 |
| Binary | 10001100 | 10111 | 1111011 | 0 | 1010100 | 1100 | 101101 | 100110101 | 1001000 | 100000 |
Color Harmonies of #8C177B
Complementary color
Monochromatic Colors of #8C177B
Black with #8C177B
Text Example
Text Example
White with #8C177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C177B; }
p { color: rgb(140,23,123); }
H1.HeaderClassName
{
color: #8C177B;
}
.AnyTagClassName
{
color: #8C177B;
}
</style>
background-color css
<style>
a { background-color: #8C177B; }
a { background-color: rgb(140,23,123); }
div.DivClassName
{
background-color: #8C177B;
}
.BgClassName
{
background-color: #8C177B;
}
</style>
border-color css
<style>
span { border-color: #8C177B; }
span { border-color: rgb(140,23,123); }
td.TdClassName
{
border-color: #8C177B;
}
.TagClassName
{
border-color: #8C177B;
}
</style>