Shades of Dark Purple #8D2185
Tints of Dark Purple #8D2185
RGB
CMYK
RGB Variations
Color information
#8D2185 (or 0x8D2185) is known color: Dark Purple. HEX triplet: 8D, 21 and 85. RGB value is (141,33,133). Sum of RGB (Red+Green+Blue) = 141+33+133=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2185 is #72DE7A. Grayscale: #4C4C4C. Windows color (decimal): -7528059 or 8724877. OLE color: 8724877.
HSL color Cylindrical-coordinate representation of color #8D2185: hue angle of 304.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2185 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 133 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.45 |
| HSL | 304.44º | 0.62% | 0.34% | - |
| HSV(B) | 304.44º | 0.77% | 0.55% | - |
| XYZ | 15.76 | 8.44 | 22.99 | - |
| YUV | 76.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 133 | 0 | 0.77 | 0.06 | 0.45 | 304.44 | 0.62 | 0.34 |
| Hex | 8D | 21 | 85 | 0 | 4D | 6 | 2D | 130 | 3E | 22 |
| Octal | 215 | 41 | 205 | 0 | 115 | 6 | 55 | 460 | 76 | 42 |
| Binary | 10001101 | 100001 | 10000101 | 0 | 1001101 | 110 | 101101 | 100110000 | 111110 | 100010 |
Color Harmonies of #8D2185
Complementary color
Monochromatic Colors of #8D2185
Black with #8D2185
Text Example
Text Example
White with #8D2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2185; }
p { color: rgb(141,33,133); }
H1.HeaderClassName
{
color: #8D2185;
}
.AnyTagClassName
{
color: #8D2185;
}
</style>
background-color css
<style>
a { background-color: #8D2185; }
a { background-color: rgb(141,33,133); }
div.DivClassName
{
background-color: #8D2185;
}
.BgClassName
{
background-color: #8D2185;
}
</style>
border-color css
<style>
span { border-color: #8D2185; }
span { border-color: rgb(141,33,133); }
td.TdClassName
{
border-color: #8D2185;
}
.TagClassName
{
border-color: #8D2185;
}
</style>