Shades of Dark Purple #8C247E
Tints of Dark Purple #8C247E
RGB
CMYK
RGB Variations
Color information
#8C247E (or 0x8C247E) is known color: Dark Purple. HEX triplet: 8C, 24 and 7E. RGB value is (140,36,126). Sum of RGB (Red+Green+Blue) = 140+36+126=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C247E is #73DB81. Grayscale: #4D4D4D. Windows color (decimal): -7592834 or 8266892. OLE color: 8266892.
HSL color Cylindrical-coordinate representation of color #8C247E: hue angle of 308.08º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C247E is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 126 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.45 |
| HSL | 308.08º | 0.59% | 0.35% | - |
| HSV(B) | 308.08º | 0.74% | 0.55% | - |
| XYZ | 15.21 | 8.34 | 20.55 | - |
| YUV | 77.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 126 | 0 | 0.74 | 0.10 | 0.45 | 308.08 | 0.59 | 0.35 |
| Hex | 8C | 24 | 7E | 0 | 4A | A | 2D | 134 | 3B | 23 |
| Octal | 214 | 44 | 176 | 0 | 112 | 12 | 55 | 464 | 73 | 43 |
| Binary | 10001100 | 100100 | 1111110 | 0 | 1001010 | 1010 | 101101 | 100110100 | 111011 | 100011 |
Color Harmonies of #8C247E
Complementary color
Monochromatic Colors of #8C247E
Black with #8C247E
Text Example
Text Example
White with #8C247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C247E; }
p { color: rgb(140,36,126); }
H1.HeaderClassName
{
color: #8C247E;
}
.AnyTagClassName
{
color: #8C247E;
}
</style>
background-color css
<style>
a { background-color: #8C247E; }
a { background-color: rgb(140,36,126); }
div.DivClassName
{
background-color: #8C247E;
}
.BgClassName
{
background-color: #8C247E;
}
</style>
border-color css
<style>
span { border-color: #8C247E; }
span { border-color: rgb(140,36,126); }
td.TdClassName
{
border-color: #8C247E;
}
.TagClassName
{
border-color: #8C247E;
}
</style>