Shades of Dark Purple #8C187B
Tints of Dark Purple #8C187B
RGB
CMYK
RGB Variations
Color information
#8C187B (or 0x8C187B) is known color: Dark Purple. HEX triplet: 8C, 18 and 7B. RGB value is (140,24,123). Sum of RGB (Red+Green+Blue) = 140+24+123=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C187B is #73E784. Grayscale: #454545. Windows color (decimal): -7595909 or 8067212. OLE color: 8067212.
HSL color Cylindrical-coordinate representation of color #8C187B: hue angle of 308.79º 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 #8C187B is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 123 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.45 |
| HSL | 308.79º | 0.71% | 0.32% | - |
| HSV(B) | 308.79º | 0.83% | 0.55% | - |
| XYZ | 14.72 | 7.66 | 19.44 | - |
| YUV | 69.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 123 | 0 | 0.83 | 0.12 | 0.45 | 308.79 | 0.71 | 0.32 |
| Hex | 8C | 18 | 7B | 0 | 53 | C | 2D | 135 | 47 | 20 |
| Octal | 214 | 30 | 173 | 0 | 123 | 14 | 55 | 465 | 107 | 40 |
| Binary | 10001100 | 11000 | 1111011 | 0 | 1010011 | 1100 | 101101 | 100110101 | 1000111 | 100000 |
Color Harmonies of #8C187B
Complementary color
Monochromatic Colors of #8C187B
Black with #8C187B
Text Example
Text Example
White with #8C187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C187B; }
p { color: rgb(140,24,123); }
H1.HeaderClassName
{
color: #8C187B;
}
.AnyTagClassName
{
color: #8C187B;
}
</style>
background-color css
<style>
a { background-color: #8C187B; }
a { background-color: rgb(140,24,123); }
div.DivClassName
{
background-color: #8C187B;
}
.BgClassName
{
background-color: #8C187B;
}
</style>
border-color css
<style>
span { border-color: #8C187B; }
span { border-color: rgb(140,24,123); }
td.TdClassName
{
border-color: #8C187B;
}
.TagClassName
{
border-color: #8C187B;
}
</style>