Shades of Dark Purple #8C1486
Tints of Dark Purple #8C1486
RGB
CMYK
RGB Variations
Color information
#8C1486 (or 0x8C1486) is known color: Dark Purple. HEX triplet: 8C, 14 and 86. RGB value is (140,20,134). Sum of RGB (Red+Green+Blue) = 140+20+134=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1486 is #73EB79. Grayscale: #444444. Windows color (decimal): -7596922 or 8787084. OLE color: 8787084.
HSL color Cylindrical-coordinate representation of color #8C1486: hue angle of 303º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1486 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 134 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.45 |
| HSL | 303º | 0.75% | 0.31% | - |
| HSV(B) | 303º | 0.86% | 0.55% | - |
| XYZ | 15.37 | 7.8 | 23.25 | - |
| YUV | 68.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 134 | 0 | 0.86 | 0.04 | 0.45 | 303 | 0.75 | 0.31 |
| Hex | 8C | 14 | 86 | 0 | 56 | 4 | 2D | 12F | 4B | 1F |
| Octal | 214 | 24 | 206 | 0 | 126 | 4 | 55 | 457 | 113 | 37 |
| Binary | 10001100 | 10100 | 10000110 | 0 | 1010110 | 100 | 101101 | 100101111 | 1001011 | 11111 |
Color Harmonies of #8C1486
Complementary color
Monochromatic Colors of #8C1486
Black with #8C1486
Text Example
Text Example
White with #8C1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1486; }
p { color: rgb(140,20,134); }
H1.HeaderClassName
{
color: #8C1486;
}
.AnyTagClassName
{
color: #8C1486;
}
</style>
background-color css
<style>
a { background-color: #8C1486; }
a { background-color: rgb(140,20,134); }
div.DivClassName
{
background-color: #8C1486;
}
.BgClassName
{
background-color: #8C1486;
}
</style>
border-color css
<style>
span { border-color: #8C1486; }
span { border-color: rgb(140,20,134); }
td.TdClassName
{
border-color: #8C1486;
}
.TagClassName
{
border-color: #8C1486;
}
</style>