Shades of Dark Purple #8C186A
Tints of Dark Purple #8C186A
RGB
CMYK
RGB Variations
Color information
#8C186A (or 0x8C186A) is known color: Dark Purple. HEX triplet: 8C, 18 and 6A. RGB value is (140,24,106). Sum of RGB (Red+Green+Blue) = 140+24+106=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C186A is #73E795. Grayscale: #434343. Windows color (decimal): -7595926 or 6953100. OLE color: 6953100.
HSL color Cylindrical-coordinate representation of color #8C186A: hue angle of 317.59º 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 #8C186A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 106 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.45 |
| HSL | 317.59º | 0.71% | 0.32% | - |
| HSV(B) | 317.59º | 0.83% | 0.55% | - |
| XYZ | 13.74 | 7.27 | 14.31 | - |
| YUV | 68.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 106 | 0 | 0.83 | 0.24 | 0.45 | 317.59 | 0.71 | 0.32 |
| Hex | 8C | 18 | 6A | 0 | 53 | 18 | 2D | 13E | 47 | 20 |
| Octal | 214 | 30 | 152 | 0 | 123 | 30 | 55 | 476 | 107 | 40 |
| Binary | 10001100 | 11000 | 1101010 | 0 | 1010011 | 11000 | 101101 | 100111110 | 1000111 | 100000 |
Color Harmonies of #8C186A
Complementary color
Monochromatic Colors of #8C186A
Black with #8C186A
Text Example
Text Example
White with #8C186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C186A; }
p { color: rgb(140,24,106); }
H1.HeaderClassName
{
color: #8C186A;
}
.AnyTagClassName
{
color: #8C186A;
}
</style>
background-color css
<style>
a { background-color: #8C186A; }
a { background-color: rgb(140,24,106); }
div.DivClassName
{
background-color: #8C186A;
}
.BgClassName
{
background-color: #8C186A;
}
</style>
border-color css
<style>
span { border-color: #8C186A; }
span { border-color: rgb(140,24,106); }
td.TdClassName
{
border-color: #8C186A;
}
.TagClassName
{
border-color: #8C186A;
}
</style>