Shades of Dark Purple #8C1973
Tints of Dark Purple #8C1973
RGB
CMYK
RGB Variations
Color information
#8C1973 (or 0x8C1973) is known color: Dark Purple. HEX triplet: 8C, 19 and 73. RGB value is (140,25,115). Sum of RGB (Red+Green+Blue) = 140+25+115=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1973 is #73E68C. Grayscale: #454545. Windows color (decimal): -7595661 or 7543180. OLE color: 7543180.
HSL color Cylindrical-coordinate representation of color #8C1973: hue angle of 313.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1973 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 115 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.45 |
| HSL | 313.04º | 0.7% | 0.32% | - |
| HSV(B) | 313.04º | 0.82% | 0.55% | - |
| XYZ | 14.26 | 7.51 | 16.92 | - |
| YUV | 69.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 115 | 0 | 0.82 | 0.18 | 0.45 | 313.04 | 0.7 | 0.32 |
| Hex | 8C | 19 | 73 | 0 | 52 | 12 | 2D | 139 | 46 | 20 |
| Octal | 214 | 31 | 163 | 0 | 122 | 22 | 55 | 471 | 106 | 40 |
| Binary | 10001100 | 11001 | 1110011 | 0 | 1010010 | 10010 | 101101 | 100111001 | 1000110 | 100000 |
Color Harmonies of #8C1973
Complementary color
Monochromatic Colors of #8C1973
Black with #8C1973
Text Example
Text Example
White with #8C1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1973; }
p { color: rgb(140,25,115); }
H1.HeaderClassName
{
color: #8C1973;
}
.AnyTagClassName
{
color: #8C1973;
}
</style>
background-color css
<style>
a { background-color: #8C1973; }
a { background-color: rgb(140,25,115); }
div.DivClassName
{
background-color: #8C1973;
}
.BgClassName
{
background-color: #8C1973;
}
</style>
border-color css
<style>
span { border-color: #8C1973; }
span { border-color: rgb(140,25,115); }
td.TdClassName
{
border-color: #8C1973;
}
.TagClassName
{
border-color: #8C1973;
}
</style>