Shades of Dark Purple #8D2182
Tints of Dark Purple #8D2182
RGB
CMYK
RGB Variations
Color information
#8D2182 (or 0x8D2182) is known color: Dark Purple. HEX triplet: 8D, 21 and 82. RGB value is (141,33,130). Sum of RGB (Red+Green+Blue) = 141+33+130=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2182 is #72DE7D. Grayscale: #4C4C4C. Windows color (decimal): -7528062 or 8528269. OLE color: 8528269.
HSL color Cylindrical-coordinate representation of color #8D2182: hue angle of 306.11º 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 #8D2182 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 130 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.45 |
| HSL | 306.11º | 0.62% | 0.34% | - |
| HSV(B) | 306.11º | 0.77% | 0.55% | - |
| XYZ | 15.56 | 8.36 | 21.91 | - |
| YUV | 76.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 130 | 0 | 0.77 | 0.08 | 0.45 | 306.11 | 0.62 | 0.34 |
| Hex | 8D | 21 | 82 | 0 | 4D | 8 | 2D | 132 | 3E | 22 |
| Octal | 215 | 41 | 202 | 0 | 115 | 10 | 55 | 462 | 76 | 42 |
| Binary | 10001101 | 100001 | 10000010 | 0 | 1001101 | 1000 | 101101 | 100110010 | 111110 | 100010 |
Color Harmonies of #8D2182
Complementary color
Monochromatic Colors of #8D2182
Black with #8D2182
Text Example
Text Example
White with #8D2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2182; }
p { color: rgb(141,33,130); }
H1.HeaderClassName
{
color: #8D2182;
}
.AnyTagClassName
{
color: #8D2182;
}
</style>
background-color css
<style>
a { background-color: #8D2182; }
a { background-color: rgb(141,33,130); }
div.DivClassName
{
background-color: #8D2182;
}
.BgClassName
{
background-color: #8D2182;
}
</style>
border-color css
<style>
span { border-color: #8D2182; }
span { border-color: rgb(141,33,130); }
td.TdClassName
{
border-color: #8D2182;
}
.TagClassName
{
border-color: #8D2182;
}
</style>