Shades of Dark Purple #8C1787
Tints of Dark Purple #8C1787
RGB
CMYK
RGB Variations
Color information
#8C1787 (or 0x8C1787) is known color: Dark Purple. HEX triplet: 8C, 17 and 87. RGB value is (140,23,135). Sum of RGB (Red+Green+Blue) = 140+23+135=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1787 is #73E878. Grayscale: #464646. Windows color (decimal): -7596153 or 8853388. OLE color: 8853388.
HSL color Cylindrical-coordinate representation of color #8C1787: hue angle of 302.56º 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 #8C1787 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 135 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.45 |
| HSL | 302.56º | 0.72% | 0.32% | - |
| HSV(B) | 302.56º | 0.84% | 0.55% | - |
| XYZ | 15.49 | 7.94 | 23.64 | - |
| YUV | 70.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 135 | 0 | 0.84 | 0.04 | 0.45 | 302.56 | 0.72 | 0.32 |
| Hex | 8C | 17 | 87 | 0 | 54 | 4 | 2D | 12F | 48 | 20 |
| Octal | 214 | 27 | 207 | 0 | 124 | 4 | 55 | 457 | 110 | 40 |
| Binary | 10001100 | 10111 | 10000111 | 0 | 1010100 | 100 | 101101 | 100101111 | 1001000 | 100000 |
Color Harmonies of #8C1787
Complementary color
Monochromatic Colors of #8C1787
Black with #8C1787
Text Example
Text Example
White with #8C1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1787; }
p { color: rgb(140,23,135); }
H1.HeaderClassName
{
color: #8C1787;
}
.AnyTagClassName
{
color: #8C1787;
}
</style>
background-color css
<style>
a { background-color: #8C1787; }
a { background-color: rgb(140,23,135); }
div.DivClassName
{
background-color: #8C1787;
}
.BgClassName
{
background-color: #8C1787;
}
</style>
border-color css
<style>
span { border-color: #8C1787; }
span { border-color: rgb(140,23,135); }
td.TdClassName
{
border-color: #8C1787;
}
.TagClassName
{
border-color: #8C1787;
}
</style>