Shades of Dark Purple #8C157D
Tints of Dark Purple #8C157D
RGB
CMYK
RGB Variations
Color information
#8C157D (or 0x8C157D) is known color: Dark Purple. HEX triplet: 8C, 15 and 7D. RGB value is (140,21,125). Sum of RGB (Red+Green+Blue) = 140+21+125=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C157D is #73EA82. Grayscale: #444444. Windows color (decimal): -7596675 or 8197516. OLE color: 8197516.
HSL color Cylindrical-coordinate representation of color #8C157D: hue angle of 307.56º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C157D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 125 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.45 |
| HSL | 307.56º | 0.74% | 0.32% | - |
| HSV(B) | 307.56º | 0.85% | 0.55% | - |
| XYZ | 14.79 | 7.59 | 20.09 | - |
| YUV | 68.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 125 | 0 | 0.85 | 0.11 | 0.45 | 307.56 | 0.74 | 0.32 |
| Hex | 8C | 15 | 7D | 0 | 55 | B | 2D | 134 | 4A | 20 |
| Octal | 214 | 25 | 175 | 0 | 125 | 13 | 55 | 464 | 112 | 40 |
| Binary | 10001100 | 10101 | 1111101 | 0 | 1010101 | 1011 | 101101 | 100110100 | 1001010 | 100000 |
Color Harmonies of #8C157D
Complementary color
Monochromatic Colors of #8C157D
Black with #8C157D
Text Example
Text Example
White with #8C157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C157D; }
p { color: rgb(140,21,125); }
H1.HeaderClassName
{
color: #8C157D;
}
.AnyTagClassName
{
color: #8C157D;
}
</style>
background-color css
<style>
a { background-color: #8C157D; }
a { background-color: rgb(140,21,125); }
div.DivClassName
{
background-color: #8C157D;
}
.BgClassName
{
background-color: #8C157D;
}
</style>
border-color css
<style>
span { border-color: #8C157D; }
span { border-color: rgb(140,21,125); }
td.TdClassName
{
border-color: #8C157D;
}
.TagClassName
{
border-color: #8C157D;
}
</style>