Shades of Dark Purple #8C197D
Tints of Dark Purple #8C197D
RGB
CMYK
RGB Variations
Color information
#8C197D (or 0x8C197D) is known color: Dark Purple. HEX triplet: 8C, 19 and 7D. RGB value is (140,25,125). Sum of RGB (Red+Green+Blue) = 140+25+125=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C197D is #73E682. Grayscale: #464646. Windows color (decimal): -7595651 or 8198540. OLE color: 8198540.
HSL color Cylindrical-coordinate representation of color #8C197D: hue angle of 307.83º 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 #8C197D is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 125 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.45 |
| HSL | 307.83º | 0.7% | 0.32% | - |
| HSV(B) | 307.83º | 0.82% | 0.55% | - |
| XYZ | 14.86 | 7.75 | 20.11 | - |
| YUV | 70.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 125 | 0 | 0.82 | 0.11 | 0.45 | 307.83 | 0.7 | 0.32 |
| Hex | 8C | 19 | 7D | 0 | 52 | B | 2D | 134 | 46 | 20 |
| Octal | 214 | 31 | 175 | 0 | 122 | 13 | 55 | 464 | 106 | 40 |
| Binary | 10001100 | 11001 | 1111101 | 0 | 1010010 | 1011 | 101101 | 100110100 | 1000110 | 100000 |
Color Harmonies of #8C197D
Complementary color
Monochromatic Colors of #8C197D
Black with #8C197D
Text Example
Text Example
White with #8C197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C197D; }
p { color: rgb(140,25,125); }
H1.HeaderClassName
{
color: #8C197D;
}
.AnyTagClassName
{
color: #8C197D;
}
</style>
background-color css
<style>
a { background-color: #8C197D; }
a { background-color: rgb(140,25,125); }
div.DivClassName
{
background-color: #8C197D;
}
.BgClassName
{
background-color: #8C197D;
}
</style>
border-color css
<style>
span { border-color: #8C197D; }
span { border-color: rgb(140,25,125); }
td.TdClassName
{
border-color: #8C197D;
}
.TagClassName
{
border-color: #8C197D;
}
</style>