Shades of Dark Purple #8C1781
Tints of Dark Purple #8C1781
RGB
CMYK
RGB Variations
Color information
#8C1781 (or 0x8C1781) is known color: Dark Purple. HEX triplet: 8C, 17 and 81. RGB value is (140,23,129). Sum of RGB (Red+Green+Blue) = 140+23+129=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1781 is #73E87E. Grayscale: #454545. Windows color (decimal): -7596159 or 8460172. OLE color: 8460172.
HSL color Cylindrical-coordinate representation of color #8C1781: hue angle of 305.64º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1781 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 129 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.45 |
| HSL | 305.64º | 0.72% | 0.32% | - |
| HSV(B) | 305.64º | 0.84% | 0.55% | - |
| XYZ | 15.08 | 7.77 | 21.47 | - |
| YUV | 70.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 129 | 0 | 0.84 | 0.08 | 0.45 | 305.64 | 0.72 | 0.32 |
| Hex | 8C | 17 | 81 | 0 | 54 | 8 | 2D | 132 | 48 | 20 |
| Octal | 214 | 27 | 201 | 0 | 124 | 10 | 55 | 462 | 110 | 40 |
| Binary | 10001100 | 10111 | 10000001 | 0 | 1010100 | 1000 | 101101 | 100110010 | 1001000 | 100000 |
Color Harmonies of #8C1781
Complementary color
Monochromatic Colors of #8C1781
Black with #8C1781
Text Example
Text Example
White with #8C1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1781; }
p { color: rgb(140,23,129); }
H1.HeaderClassName
{
color: #8C1781;
}
.AnyTagClassName
{
color: #8C1781;
}
</style>
background-color css
<style>
a { background-color: #8C1781; }
a { background-color: rgb(140,23,129); }
div.DivClassName
{
background-color: #8C1781;
}
.BgClassName
{
background-color: #8C1781;
}
</style>
border-color css
<style>
span { border-color: #8C1781; }
span { border-color: rgb(140,23,129); }
td.TdClassName
{
border-color: #8C1781;
}
.TagClassName
{
border-color: #8C1781;
}
</style>