Shades of Dark Purple #8C196F
Tints of Dark Purple #8C196F
RGB
CMYK
RGB Variations
Color information
#8C196F (or 0x8C196F) is known color: Dark Purple. HEX triplet: 8C, 19 and 6F. RGB value is (140,25,111). Sum of RGB (Red+Green+Blue) = 140+25+111=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C196F is #73E690. Grayscale: #444444. Windows color (decimal): -7595665 or 7281036. OLE color: 7281036.
HSL color Cylindrical-coordinate representation of color #8C196F: hue angle of 315.13º 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 #8C196F is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 111 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.45 |
| HSL | 315.13º | 0.7% | 0.32% | - |
| HSV(B) | 315.13º | 0.82% | 0.55% | - |
| XYZ | 14.03 | 7.42 | 15.73 | - |
| YUV | 69.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 111 | 0 | 0.82 | 0.21 | 0.45 | 315.13 | 0.7 | 0.32 |
| Hex | 8C | 19 | 6F | 0 | 52 | 15 | 2D | 13B | 46 | 20 |
| Octal | 214 | 31 | 157 | 0 | 122 | 25 | 55 | 473 | 106 | 40 |
| Binary | 10001100 | 11001 | 1101111 | 0 | 1010010 | 10101 | 101101 | 100111011 | 1000110 | 100000 |
Color Harmonies of #8C196F
Complementary color
Monochromatic Colors of #8C196F
Black with #8C196F
Text Example
Text Example
White with #8C196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C196F; }
p { color: rgb(140,25,111); }
H1.HeaderClassName
{
color: #8C196F;
}
.AnyTagClassName
{
color: #8C196F;
}
</style>
background-color css
<style>
a { background-color: #8C196F; }
a { background-color: rgb(140,25,111); }
div.DivClassName
{
background-color: #8C196F;
}
.BgClassName
{
background-color: #8C196F;
}
</style>
border-color css
<style>
span { border-color: #8C196F; }
span { border-color: rgb(140,25,111); }
td.TdClassName
{
border-color: #8C196F;
}
.TagClassName
{
border-color: #8C196F;
}
</style>