Shades of Dark Purple #8C1578
Tints of Dark Purple #8C1578
RGB
CMYK
RGB Variations
Color information
#8C1578 (or 0x8C1578) is known color: Dark Purple. HEX triplet: 8C, 15 and 78. RGB value is (140,21,120). Sum of RGB (Red+Green+Blue) = 140+21+120=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1578 is #73EA87. Grayscale: #434343. Windows color (decimal): -7596680 or 7869836. OLE color: 7869836.
HSL color Cylindrical-coordinate representation of color #8C1578: hue angle of 310.08º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1578 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 120 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.45 |
| HSL | 310.08º | 0.74% | 0.32% | - |
| HSV(B) | 310.08º | 0.85% | 0.55% | - |
| XYZ | 14.47 | 7.47 | 18.45 | - |
| YUV | 67.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 120 | 0 | 0.85 | 0.14 | 0.45 | 310.08 | 0.74 | 0.32 |
| Hex | 8C | 15 | 78 | 0 | 55 | E | 2D | 136 | 4A | 20 |
| Octal | 214 | 25 | 170 | 0 | 125 | 16 | 55 | 466 | 112 | 40 |
| Binary | 10001100 | 10101 | 1111000 | 0 | 1010101 | 1110 | 101101 | 100110110 | 1001010 | 100000 |
Color Harmonies of #8C1578
Complementary color
Monochromatic Colors of #8C1578
Black with #8C1578
Text Example
Text Example
White with #8C1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1578; }
p { color: rgb(140,21,120); }
H1.HeaderClassName
{
color: #8C1578;
}
.AnyTagClassName
{
color: #8C1578;
}
</style>
background-color css
<style>
a { background-color: #8C1578; }
a { background-color: rgb(140,21,120); }
div.DivClassName
{
background-color: #8C1578;
}
.BgClassName
{
background-color: #8C1578;
}
</style>
border-color css
<style>
span { border-color: #8C1578; }
span { border-color: rgb(140,21,120); }
td.TdClassName
{
border-color: #8C1578;
}
.TagClassName
{
border-color: #8C1578;
}
</style>