Shades of Dark Purple #8C1A87
Tints of Dark Purple #8C1A87
RGB
CMYK
RGB Variations
Color information
#8C1A87 (or 0x8C1A87) is known color: Dark Purple. HEX triplet: 8C, 1A and 87. RGB value is (140,26,135). Sum of RGB (Red+Green+Blue) = 140+26+135=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A87 is #73E578. Grayscale: #484848. Windows color (decimal): -7595385 or 8854156. OLE color: 8854156.
HSL color Cylindrical-coordinate representation of color #8C1A87: hue angle of 302.63º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A87 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 135 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.45 |
| HSL | 302.63º | 0.69% | 0.33% | - |
| HSV(B) | 302.63º | 0.81% | 0.55% | - |
| XYZ | 15.56 | 8.06 | 23.66 | - |
| YUV | 72.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 135 | 0 | 0.81 | 0.04 | 0.45 | 302.63 | 0.69 | 0.33 |
| Hex | 8C | 1A | 87 | 0 | 51 | 4 | 2D | 12F | 45 | 21 |
| Octal | 214 | 32 | 207 | 0 | 121 | 4 | 55 | 457 | 105 | 41 |
| Binary | 10001100 | 11010 | 10000111 | 0 | 1010001 | 100 | 101101 | 100101111 | 1000101 | 100001 |
Color Harmonies of #8C1A87
Complementary color
Monochromatic Colors of #8C1A87
Black with #8C1A87
Text Example
Text Example
White with #8C1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A87; }
p { color: rgb(140,26,135); }
H1.HeaderClassName
{
color: #8C1A87;
}
.AnyTagClassName
{
color: #8C1A87;
}
</style>
background-color css
<style>
a { background-color: #8C1A87; }
a { background-color: rgb(140,26,135); }
div.DivClassName
{
background-color: #8C1A87;
}
.BgClassName
{
background-color: #8C1A87;
}
</style>
border-color css
<style>
span { border-color: #8C1A87; }
span { border-color: rgb(140,26,135); }
td.TdClassName
{
border-color: #8C1A87;
}
.TagClassName
{
border-color: #8C1A87;
}
</style>