Shades of Dark Purple #8C427A
Tints of Dark Purple #8C427A
RGB
CMYK
RGB Variations
Color information
#8C427A (or 0x8C427A) is known color: Dark Purple. HEX triplet: 8C, 42 and 7A. RGB value is (140,66,122). Sum of RGB (Red+Green+Blue) = 140+66+122=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427A is #73BD85. Grayscale: #5E5E5E. Windows color (decimal): -7585158 or 8012428. OLE color: 8012428.
HSL color Cylindrical-coordinate representation of color #8C427A: hue angle of 314.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C427A is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 122 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.45 |
| HSL | 314.59º | 0.36% | 0.4% | - |
| HSV(B) | 314.59º | 0.53% | 0.55% | - |
| XYZ | 16.28 | 10.88 | 19.65 | - |
| YUV | 94.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 122 | 0 | 0.53 | 0.13 | 0.45 | 314.59 | 0.36 | 0.4 |
| Hex | 8C | 42 | 7A | 0 | 35 | D | 2D | 13B | 24 | 28 |
| Octal | 214 | 102 | 172 | 0 | 65 | 15 | 55 | 473 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1111010 | 0 | 110101 | 1101 | 101101 | 100111011 | 100100 | 101000 |
Color Harmonies of #8C427A
Complementary color
Monochromatic Colors of #8C427A
Black with #8C427A
Text Example
Text Example
White with #8C427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C427A; }
p { color: rgb(140,66,122); }
H1.HeaderClassName
{
color: #8C427A;
}
.AnyTagClassName
{
color: #8C427A;
}
</style>
background-color css
<style>
a { background-color: #8C427A; }
a { background-color: rgb(140,66,122); }
div.DivClassName
{
background-color: #8C427A;
}
.BgClassName
{
background-color: #8C427A;
}
</style>
border-color css
<style>
span { border-color: #8C427A; }
span { border-color: rgb(140,66,122); }
td.TdClassName
{
border-color: #8C427A;
}
.TagClassName
{
border-color: #8C427A;
}
</style>