Shades of Dark Purple #8C247A
Tints of Dark Purple #8C247A
RGB
CMYK
RGB Variations
Color information
#8C247A (or 0x8C247A) is known color: Dark Purple. HEX triplet: 8C, 24 and 7A. RGB value is (140,36,122). Sum of RGB (Red+Green+Blue) = 140+36+122=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C247A is #73DB85. Grayscale: #4C4C4C. Windows color (decimal): -7592838 or 8004748. OLE color: 8004748.
HSL color Cylindrical-coordinate representation of color #8C247A: hue angle of 310.38º 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 #8C247A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 122 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.45 |
| HSL | 310.38º | 0.59% | 0.35% | - |
| HSV(B) | 310.38º | 0.74% | 0.55% | - |
| XYZ | 14.96 | 8.24 | 19.21 | - |
| YUV | 76.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 122 | 0 | 0.74 | 0.13 | 0.45 | 310.38 | 0.59 | 0.35 |
| Hex | 8C | 24 | 7A | 0 | 4A | D | 2D | 136 | 3B | 23 |
| Octal | 214 | 44 | 172 | 0 | 112 | 15 | 55 | 466 | 73 | 43 |
| Binary | 10001100 | 100100 | 1111010 | 0 | 1001010 | 1101 | 101101 | 100110110 | 111011 | 100011 |
Color Harmonies of #8C247A
Complementary color
Monochromatic Colors of #8C247A
Black with #8C247A
Text Example
Text Example
White with #8C247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C247A; }
p { color: rgb(140,36,122); }
H1.HeaderClassName
{
color: #8C247A;
}
.AnyTagClassName
{
color: #8C247A;
}
</style>
background-color css
<style>
a { background-color: #8C247A; }
a { background-color: rgb(140,36,122); }
div.DivClassName
{
background-color: #8C247A;
}
.BgClassName
{
background-color: #8C247A;
}
</style>
border-color css
<style>
span { border-color: #8C247A; }
span { border-color: rgb(140,36,122); }
td.TdClassName
{
border-color: #8C247A;
}
.TagClassName
{
border-color: #8C247A;
}
</style>