Shades of Dark Purple #8C197B
Tints of Dark Purple #8C197B
RGB
CMYK
RGB Variations
Color information
#8C197B (or 0x8C197B) is known color: Dark Purple. HEX triplet: 8C, 19 and 7B. RGB value is (140,25,123). Sum of RGB (Red+Green+Blue) = 140+25+123=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C197B is #73E684. Grayscale: #464646. Windows color (decimal): -7595653 or 8067468. OLE color: 8067468.
HSL color Cylindrical-coordinate representation of color #8C197B: hue angle of 308.87º 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 #8C197B is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 123 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.45 |
| HSL | 308.87º | 0.7% | 0.32% | - |
| HSV(B) | 308.87º | 0.82% | 0.55% | - |
| XYZ | 14.74 | 7.7 | 19.45 | - |
| YUV | 70.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 123 | 0 | 0.82 | 0.12 | 0.45 | 308.87 | 0.7 | 0.32 |
| Hex | 8C | 19 | 7B | 0 | 52 | C | 2D | 135 | 46 | 20 |
| Octal | 214 | 31 | 173 | 0 | 122 | 14 | 55 | 465 | 106 | 40 |
| Binary | 10001100 | 11001 | 1111011 | 0 | 1010010 | 1100 | 101101 | 100110101 | 1000110 | 100000 |
Color Harmonies of #8C197B
Complementary color
Monochromatic Colors of #8C197B
Black with #8C197B
Text Example
Text Example
White with #8C197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C197B; }
p { color: rgb(140,25,123); }
H1.HeaderClassName
{
color: #8C197B;
}
.AnyTagClassName
{
color: #8C197B;
}
</style>
background-color css
<style>
a { background-color: #8C197B; }
a { background-color: rgb(140,25,123); }
div.DivClassName
{
background-color: #8C197B;
}
.BgClassName
{
background-color: #8C197B;
}
</style>
border-color css
<style>
span { border-color: #8C197B; }
span { border-color: rgb(140,25,123); }
td.TdClassName
{
border-color: #8C197B;
}
.TagClassName
{
border-color: #8C197B;
}
</style>