Shades of Dark Purple #8D196E
Tints of Dark Purple #8D196E
RGB
CMYK
RGB Variations
Color information
#8D196E (or 0x8D196E) is known color: Dark Purple. HEX triplet: 8D, 19 and 6E. RGB value is (141,25,110). Sum of RGB (Red+Green+Blue) = 141+25+110=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D196E is #72E691. Grayscale: #454545. Windows color (decimal): -7530130 or 7215501. OLE color: 7215501.
HSL color Cylindrical-coordinate representation of color #8D196E: hue angle of 316.03º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D196E is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 110 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.45 |
| HSL | 316.03º | 0.7% | 0.33% | - |
| HSV(B) | 316.03º | 0.82% | 0.55% | - |
| XYZ | 14.15 | 7.48 | 15.45 | - |
| YUV | 69.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 110 | 0 | 0.82 | 0.22 | 0.45 | 316.03 | 0.7 | 0.33 |
| Hex | 8D | 19 | 6E | 0 | 52 | 16 | 2D | 13C | 46 | 21 |
| Octal | 215 | 31 | 156 | 0 | 122 | 26 | 55 | 474 | 106 | 41 |
| Binary | 10001101 | 11001 | 1101110 | 0 | 1010010 | 10110 | 101101 | 100111100 | 1000110 | 100001 |
Color Harmonies of #8D196E
Complementary color
Monochromatic Colors of #8D196E
Black with #8D196E
Text Example
Text Example
White with #8D196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D196E; }
p { color: rgb(141,25,110); }
H1.HeaderClassName
{
color: #8D196E;
}
.AnyTagClassName
{
color: #8D196E;
}
</style>
background-color css
<style>
a { background-color: #8D196E; }
a { background-color: rgb(141,25,110); }
div.DivClassName
{
background-color: #8D196E;
}
.BgClassName
{
background-color: #8D196E;
}
</style>
border-color css
<style>
span { border-color: #8D196E; }
span { border-color: rgb(141,25,110); }
td.TdClassName
{
border-color: #8D196E;
}
.TagClassName
{
border-color: #8D196E;
}
</style>