Shades of Dark Purple #8C2B7F
Tints of Dark Purple #8C2B7F
RGB
CMYK
RGB Variations
Color information
#8C2B7F (or 0x8C2B7F) is known color: Dark Purple. HEX triplet: 8C, 2B and 7F. RGB value is (140,43,127). Sum of RGB (Red+Green+Blue) = 140+43+127=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B7F is #73D480. Grayscale: #515151. Windows color (decimal): -7591041 or 8334220. OLE color: 8334220.
HSL color Cylindrical-coordinate representation of color #8C2B7F: hue angle of 308.04º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B7F is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 127 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.45 |
| HSL | 308.04º | 0.53% | 0.36% | - |
| HSV(B) | 308.04º | 0.69% | 0.55% | - |
| XYZ | 15.51 | 8.84 | 20.97 | - |
| YUV | 81.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 127 | 0 | 0.69 | 0.09 | 0.45 | 308.04 | 0.53 | 0.36 |
| Hex | 8C | 2B | 7F | 0 | 45 | 9 | 2D | 134 | 35 | 24 |
| Octal | 214 | 53 | 177 | 0 | 105 | 11 | 55 | 464 | 65 | 44 |
| Binary | 10001100 | 101011 | 1111111 | 0 | 1000101 | 1001 | 101101 | 100110100 | 110101 | 100100 |
Color Harmonies of #8C2B7F
Complementary color
Monochromatic Colors of #8C2B7F
Black with #8C2B7F
Text Example
Text Example
White with #8C2B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B7F; }
p { color: rgb(140,43,127); }
H1.HeaderClassName
{
color: #8C2B7F;
}
.AnyTagClassName
{
color: #8C2B7F;
}
</style>
background-color css
<style>
a { background-color: #8C2B7F; }
a { background-color: rgb(140,43,127); }
div.DivClassName
{
background-color: #8C2B7F;
}
.BgClassName
{
background-color: #8C2B7F;
}
</style>
border-color css
<style>
span { border-color: #8C2B7F; }
span { border-color: rgb(140,43,127); }
td.TdClassName
{
border-color: #8C2B7F;
}
.TagClassName
{
border-color: #8C2B7F;
}
</style>