Shades of Dark Purple #8C297C
Tints of Dark Purple #8C297C
RGB
CMYK
RGB Variations
Color information
#8C297C (or 0x8C297C) is known color: Dark Purple. HEX triplet: 8C, 29 and 7C. RGB value is (140,41,124). Sum of RGB (Red+Green+Blue) = 140+41+124=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C297C is #73D683. Grayscale: #4F4F4F. Windows color (decimal): -7591556 or 8137100. OLE color: 8137100.
HSL color Cylindrical-coordinate representation of color #8C297C: hue angle of 309.7º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C297C is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 124 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.45 |
| HSL | 309.7º | 0.55% | 0.35% | - |
| HSV(B) | 309.7º | 0.71% | 0.55% | - |
| XYZ | 15.25 | 8.62 | 19.93 | - |
| YUV | 80.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 124 | 0 | 0.71 | 0.11 | 0.45 | 309.7 | 0.55 | 0.35 |
| Hex | 8C | 29 | 7C | 0 | 47 | B | 2D | 136 | 37 | 23 |
| Octal | 214 | 51 | 174 | 0 | 107 | 13 | 55 | 466 | 67 | 43 |
| Binary | 10001100 | 101001 | 1111100 | 0 | 1000111 | 1011 | 101101 | 100110110 | 110111 | 100011 |
Color Harmonies of #8C297C
Complementary color
Monochromatic Colors of #8C297C
Black with #8C297C
Text Example
Text Example
White with #8C297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C297C; }
p { color: rgb(140,41,124); }
H1.HeaderClassName
{
color: #8C297C;
}
.AnyTagClassName
{
color: #8C297C;
}
</style>
background-color css
<style>
a { background-color: #8C297C; }
a { background-color: rgb(140,41,124); }
div.DivClassName
{
background-color: #8C297C;
}
.BgClassName
{
background-color: #8C297C;
}
</style>
border-color css
<style>
span { border-color: #8C297C; }
span { border-color: rgb(140,41,124); }
td.TdClassName
{
border-color: #8C297C;
}
.TagClassName
{
border-color: #8C297C;
}
</style>