Shades of Dark Purple #8C187E
Tints of Dark Purple #8C187E
RGB
CMYK
RGB Variations
Color information
#8C187E (or 0x8C187E) is known color: Dark Purple. HEX triplet: 8C, 18 and 7E. RGB value is (140,24,126). Sum of RGB (Red+Green+Blue) = 140+24+126=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C187E is #73E781. Grayscale: #464646. Windows color (decimal): -7595906 or 8263820. OLE color: 8263820.
HSL color Cylindrical-coordinate representation of color #8C187E: hue angle of 307.24º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C187E is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 126 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.45 |
| HSL | 307.24º | 0.71% | 0.32% | - |
| HSV(B) | 307.24º | 0.83% | 0.55% | - |
| XYZ | 14.91 | 7.74 | 20.45 | - |
| YUV | 70.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 126 | 0 | 0.83 | 0.10 | 0.45 | 307.24 | 0.71 | 0.32 |
| Hex | 8C | 18 | 7E | 0 | 53 | A | 2D | 133 | 47 | 20 |
| Octal | 214 | 30 | 176 | 0 | 123 | 12 | 55 | 463 | 107 | 40 |
| Binary | 10001100 | 11000 | 1111110 | 0 | 1010011 | 1010 | 101101 | 100110011 | 1000111 | 100000 |
Color Harmonies of #8C187E
Complementary color
Monochromatic Colors of #8C187E
Black with #8C187E
Text Example
Text Example
White with #8C187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C187E; }
p { color: rgb(140,24,126); }
H1.HeaderClassName
{
color: #8C187E;
}
.AnyTagClassName
{
color: #8C187E;
}
</style>
background-color css
<style>
a { background-color: #8C187E; }
a { background-color: rgb(140,24,126); }
div.DivClassName
{
background-color: #8C187E;
}
.BgClassName
{
background-color: #8C187E;
}
</style>
border-color css
<style>
span { border-color: #8C187E; }
span { border-color: rgb(140,24,126); }
td.TdClassName
{
border-color: #8C187E;
}
.TagClassName
{
border-color: #8C187E;
}
</style>