Shades of Dark Purple #8C2F71
Tints of Dark Purple #8C2F71
RGB
CMYK
RGB Variations
Color information
#8C2F71 (or 0x8C2F71) is known color: Dark Purple. HEX triplet: 8C, 2F and 71. RGB value is (140,47,113). Sum of RGB (Red+Green+Blue) = 140+47+113=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F71 is #73D08E. Grayscale: #525252. Windows color (decimal): -7590031 or 7417740. OLE color: 7417740.
HSL color Cylindrical-coordinate representation of color #8C2F71: hue angle of 317.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F71 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 113 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.45 |
| HSL | 317.42º | 0.5% | 0.37% | - |
| HSV(B) | 317.42º | 0.66% | 0.55% | - |
| XYZ | 14.81 | 8.8 | 16.54 | - |
| YUV | 82.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 113 | 0 | 0.66 | 0.19 | 0.45 | 317.42 | 0.5 | 0.37 |
| Hex | 8C | 2F | 71 | 0 | 42 | 13 | 2D | 13D | 32 | 25 |
| Octal | 214 | 57 | 161 | 0 | 102 | 23 | 55 | 475 | 62 | 45 |
| Binary | 10001100 | 101111 | 1110001 | 0 | 1000010 | 10011 | 101101 | 100111101 | 110010 | 100101 |
Color Harmonies of #8C2F71
Complementary color
Monochromatic Colors of #8C2F71
Black with #8C2F71
Text Example
Text Example
White with #8C2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F71; }
p { color: rgb(140,47,113); }
H1.HeaderClassName
{
color: #8C2F71;
}
.AnyTagClassName
{
color: #8C2F71;
}
</style>
background-color css
<style>
a { background-color: #8C2F71; }
a { background-color: rgb(140,47,113); }
div.DivClassName
{
background-color: #8C2F71;
}
.BgClassName
{
background-color: #8C2F71;
}
</style>
border-color css
<style>
span { border-color: #8C2F71; }
span { border-color: rgb(140,47,113); }
td.TdClassName
{
border-color: #8C2F71;
}
.TagClassName
{
border-color: #8C2F71;
}
</style>