Shades of Dark Purple #8C197F
Tints of Dark Purple #8C197F
RGB
CMYK
RGB Variations
Color information
#8C197F (or 0x8C197F) is known color: Dark Purple. HEX triplet: 8C, 19 and 7F. RGB value is (140,25,127). Sum of RGB (Red+Green+Blue) = 140+25+127=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C197F is #73E680. Grayscale: #464646. Windows color (decimal): -7595649 or 8329612. OLE color: 8329612.
HSL color Cylindrical-coordinate representation of color #8C197F: hue angle of 306.78º 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 #8C197F is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 127 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.45 |
| HSL | 306.78º | 0.7% | 0.32% | - |
| HSV(B) | 306.78º | 0.82% | 0.55% | - |
| XYZ | 14.99 | 7.8 | 20.79 | - |
| YUV | 71.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 127 | 0 | 0.82 | 0.09 | 0.45 | 306.78 | 0.7 | 0.32 |
| Hex | 8C | 19 | 7F | 0 | 52 | 9 | 2D | 133 | 46 | 20 |
| Octal | 214 | 31 | 177 | 0 | 122 | 11 | 55 | 463 | 106 | 40 |
| Binary | 10001100 | 11001 | 1111111 | 0 | 1010010 | 1001 | 101101 | 100110011 | 1000110 | 100000 |
Color Harmonies of #8C197F
Complementary color
Monochromatic Colors of #8C197F
Black with #8C197F
Text Example
Text Example
White with #8C197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C197F; }
p { color: rgb(140,25,127); }
H1.HeaderClassName
{
color: #8C197F;
}
.AnyTagClassName
{
color: #8C197F;
}
</style>
background-color css
<style>
a { background-color: #8C197F; }
a { background-color: rgb(140,25,127); }
div.DivClassName
{
background-color: #8C197F;
}
.BgClassName
{
background-color: #8C197F;
}
</style>
border-color css
<style>
span { border-color: #8C197F; }
span { border-color: rgb(140,25,127); }
td.TdClassName
{
border-color: #8C197F;
}
.TagClassName
{
border-color: #8C197F;
}
</style>