Shades of Dark Purple #8C186C
Tints of Dark Purple #8C186C
RGB
CMYK
RGB Variations
Color information
#8C186C (or 0x8C186C) is known color: Dark Purple. HEX triplet: 8C, 18 and 6C. RGB value is (140,24,108). Sum of RGB (Red+Green+Blue) = 140+24+108=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C186C is #73E793. Grayscale: #444444. Windows color (decimal): -7595924 or 7084172. OLE color: 7084172.
HSL color Cylindrical-coordinate representation of color #8C186C: hue angle of 316.55º 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 #8C186C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 108 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.45 |
| HSL | 316.55º | 0.71% | 0.32% | - |
| HSV(B) | 316.55º | 0.83% | 0.55% | - |
| XYZ | 13.85 | 7.31 | 14.87 | - |
| YUV | 68.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 108 | 0 | 0.83 | 0.23 | 0.45 | 316.55 | 0.71 | 0.32 |
| Hex | 8C | 18 | 6C | 0 | 53 | 17 | 2D | 13D | 47 | 20 |
| Octal | 214 | 30 | 154 | 0 | 123 | 27 | 55 | 475 | 107 | 40 |
| Binary | 10001100 | 11000 | 1101100 | 0 | 1010011 | 10111 | 101101 | 100111101 | 1000111 | 100000 |
Color Harmonies of #8C186C
Complementary color
Monochromatic Colors of #8C186C
Black with #8C186C
Text Example
Text Example
White with #8C186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C186C; }
p { color: rgb(140,24,108); }
H1.HeaderClassName
{
color: #8C186C;
}
.AnyTagClassName
{
color: #8C186C;
}
</style>
background-color css
<style>
a { background-color: #8C186C; }
a { background-color: rgb(140,24,108); }
div.DivClassName
{
background-color: #8C186C;
}
.BgClassName
{
background-color: #8C186C;
}
</style>
border-color css
<style>
span { border-color: #8C186C; }
span { border-color: rgb(140,24,108); }
td.TdClassName
{
border-color: #8C186C;
}
.TagClassName
{
border-color: #8C186C;
}
</style>