Shades of Dark Purple #8C1370
Tints of Dark Purple #8C1370
RGB
CMYK
RGB Variations
Color information
#8C1370 (or 0x8C1370) is known color: Dark Purple. HEX triplet: 8C, 13 and 70. RGB value is (140,19,112). Sum of RGB (Red+Green+Blue) = 140+19+112=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1370 is #73EC8F. Grayscale: #414141. Windows color (decimal): -7597200 or 7345036. OLE color: 7345036.
HSL color Cylindrical-coordinate representation of color #8C1370: hue angle of 313.88º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1370 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 112 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.45 |
| HSL | 313.88º | 0.76% | 0.31% | - |
| HSV(B) | 313.88º | 0.86% | 0.55% | - |
| XYZ | 13.97 | 7.21 | 15.98 | - |
| YUV | 65.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 112 | 0 | 0.86 | 0.20 | 0.45 | 313.88 | 0.76 | 0.31 |
| Hex | 8C | 13 | 70 | 0 | 56 | 14 | 2D | 13A | 4C | 1F |
| Octal | 214 | 23 | 160 | 0 | 126 | 24 | 55 | 472 | 114 | 37 |
| Binary | 10001100 | 10011 | 1110000 | 0 | 1010110 | 10100 | 101101 | 100111010 | 1001100 | 11111 |
Color Harmonies of #8C1370
Complementary color
Monochromatic Colors of #8C1370
Black with #8C1370
Text Example
Text Example
White with #8C1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1370; }
p { color: rgb(140,19,112); }
H1.HeaderClassName
{
color: #8C1370;
}
.AnyTagClassName
{
color: #8C1370;
}
</style>
background-color css
<style>
a { background-color: #8C1370; }
a { background-color: rgb(140,19,112); }
div.DivClassName
{
background-color: #8C1370;
}
.BgClassName
{
background-color: #8C1370;
}
</style>
border-color css
<style>
span { border-color: #8C1370; }
span { border-color: rgb(140,19,112); }
td.TdClassName
{
border-color: #8C1370;
}
.TagClassName
{
border-color: #8C1370;
}
</style>