Shades of Dark Purple #8C2671
Tints of Dark Purple #8C2671
RGB
CMYK
RGB Variations
Color information
#8C2671 (or 0x8C2671) is known color: Dark Purple. HEX triplet: 8C, 26 and 71. RGB value is (140,38,113). Sum of RGB (Red+Green+Blue) = 140+38+113=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2671 is #73D98E. Grayscale: #4C4C4C. Windows color (decimal): -7592335 or 7415436. OLE color: 7415436.
HSL color Cylindrical-coordinate representation of color #8C2671: hue angle of 315.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2671 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 113 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.45 |
| HSL | 315.88º | 0.57% | 0.35% | - |
| HSV(B) | 315.88º | 0.73% | 0.55% | - |
| XYZ | 14.49 | 8.15 | 16.43 | - |
| YUV | 77.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 113 | 0 | 0.73 | 0.19 | 0.45 | 315.88 | 0.57 | 0.35 |
| Hex | 8C | 26 | 71 | 0 | 49 | 13 | 2D | 13C | 39 | 23 |
| Octal | 214 | 46 | 161 | 0 | 111 | 23 | 55 | 474 | 71 | 43 |
| Binary | 10001100 | 100110 | 1110001 | 0 | 1001001 | 10011 | 101101 | 100111100 | 111001 | 100011 |
Color Harmonies of #8C2671
Complementary color
Monochromatic Colors of #8C2671
Black with #8C2671
Text Example
Text Example
White with #8C2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2671; }
p { color: rgb(140,38,113); }
H1.HeaderClassName
{
color: #8C2671;
}
.AnyTagClassName
{
color: #8C2671;
}
</style>
background-color css
<style>
a { background-color: #8C2671; }
a { background-color: rgb(140,38,113); }
div.DivClassName
{
background-color: #8C2671;
}
.BgClassName
{
background-color: #8C2671;
}
</style>
border-color css
<style>
span { border-color: #8C2671; }
span { border-color: rgb(140,38,113); }
td.TdClassName
{
border-color: #8C2671;
}
.TagClassName
{
border-color: #8C2671;
}
</style>