Shades of Dark Purple #8D2184
Tints of Dark Purple #8D2184
RGB
CMYK
RGB Variations
Color information
#8D2184 (or 0x8D2184) is known color: Dark Purple. HEX triplet: 8D, 21 and 84. RGB value is (141,33,132). Sum of RGB (Red+Green+Blue) = 141+33+132=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2184 is #72DE7B. Grayscale: #4C4C4C. Windows color (decimal): -7528060 or 8659341. OLE color: 8659341.
HSL color Cylindrical-coordinate representation of color #8D2184: hue angle of 305º 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 #8D2184 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 132 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.45 |
| HSL | 305º | 0.62% | 0.34% | - |
| HSV(B) | 305º | 0.77% | 0.55% | - |
| XYZ | 15.69 | 8.42 | 22.63 | - |
| YUV | 76.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 132 | 0 | 0.77 | 0.06 | 0.45 | 305 | 0.62 | 0.34 |
| Hex | 8D | 21 | 84 | 0 | 4D | 6 | 2D | 131 | 3E | 22 |
| Octal | 215 | 41 | 204 | 0 | 115 | 6 | 55 | 461 | 76 | 42 |
| Binary | 10001101 | 100001 | 10000100 | 0 | 1001101 | 110 | 101101 | 100110001 | 111110 | 100010 |
Color Harmonies of #8D2184
Complementary color
Monochromatic Colors of #8D2184
Black with #8D2184
Text Example
Text Example
White with #8D2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2184; }
p { color: rgb(141,33,132); }
H1.HeaderClassName
{
color: #8D2184;
}
.AnyTagClassName
{
color: #8D2184;
}
</style>
background-color css
<style>
a { background-color: #8D2184; }
a { background-color: rgb(141,33,132); }
div.DivClassName
{
background-color: #8D2184;
}
.BgClassName
{
background-color: #8D2184;
}
</style>
border-color css
<style>
span { border-color: #8D2184; }
span { border-color: rgb(141,33,132); }
td.TdClassName
{
border-color: #8D2184;
}
.TagClassName
{
border-color: #8D2184;
}
</style>