Shades of Dark Purple #8C2D75
Tints of Dark Purple #8C2D75
RGB
CMYK
RGB Variations
Color information
#8C2D75 (or 0x8C2D75) is known color: Dark Purple. HEX triplet: 8C, 2D and 75. RGB value is (140,45,117). Sum of RGB (Red+Green+Blue) = 140+45+117=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D75 is #73D28A. Grayscale: #515151. Windows color (decimal): -7590539 or 7679372. OLE color: 7679372.
HSL color Cylindrical-coordinate representation of color #8C2D75: hue angle of 314.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D75 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 117 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.45 |
| HSL | 314.53º | 0.51% | 0.36% | - |
| HSV(B) | 314.53º | 0.68% | 0.55% | - |
| XYZ | 14.96 | 8.74 | 17.73 | - |
| YUV | 81.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 117 | 0 | 0.68 | 0.16 | 0.45 | 314.53 | 0.51 | 0.36 |
| Hex | 8C | 2D | 75 | 0 | 44 | 10 | 2D | 13B | 33 | 24 |
| Octal | 214 | 55 | 165 | 0 | 104 | 20 | 55 | 473 | 63 | 44 |
| Binary | 10001100 | 101101 | 1110101 | 0 | 1000100 | 10000 | 101101 | 100111011 | 110011 | 100100 |
Color Harmonies of #8C2D75
Complementary color
Monochromatic Colors of #8C2D75
Black with #8C2D75
Text Example
Text Example
White with #8C2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D75; }
p { color: rgb(140,45,117); }
H1.HeaderClassName
{
color: #8C2D75;
}
.AnyTagClassName
{
color: #8C2D75;
}
</style>
background-color css
<style>
a { background-color: #8C2D75; }
a { background-color: rgb(140,45,117); }
div.DivClassName
{
background-color: #8C2D75;
}
.BgClassName
{
background-color: #8C2D75;
}
</style>
border-color css
<style>
span { border-color: #8C2D75; }
span { border-color: rgb(140,45,117); }
td.TdClassName
{
border-color: #8C2D75;
}
.TagClassName
{
border-color: #8C2D75;
}
</style>