Shades of Dark Purple #8D2481
Tints of Dark Purple #8D2481
RGB
CMYK
RGB Variations
Color information
#8D2481 (or 0x8D2481) is known color: Dark Purple. HEX triplet: 8D, 24 and 81. RGB value is (141,36,129). Sum of RGB (Red+Green+Blue) = 141+36+129=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2481 is #72DB7E. Grayscale: #4D4D4D. Windows color (decimal): -7527295 or 8463501. OLE color: 8463501.
HSL color Cylindrical-coordinate representation of color #8D2481: hue angle of 306.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2481 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 129 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.45 |
| HSL | 306.86º | 0.59% | 0.35% | - |
| HSV(B) | 306.86º | 0.74% | 0.55% | - |
| XYZ | 15.58 | 8.51 | 21.59 | - |
| YUV | 78 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 129 | 0 | 0.74 | 0.09 | 0.45 | 306.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 81 | 0 | 4A | 9 | 2D | 133 | 3B | 23 |
| Octal | 215 | 44 | 201 | 0 | 112 | 11 | 55 | 463 | 73 | 43 |
| Binary | 10001101 | 100100 | 10000001 | 0 | 1001010 | 1001 | 101101 | 100110011 | 111011 | 100011 |
Color Harmonies of #8D2481
Complementary color
Monochromatic Colors of #8D2481
Black with #8D2481
Text Example
Text Example
White with #8D2481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2481; }
p { color: rgb(141,36,129); }
H1.HeaderClassName
{
color: #8D2481;
}
.AnyTagClassName
{
color: #8D2481;
}
</style>
background-color css
<style>
a { background-color: #8D2481; }
a { background-color: rgb(141,36,129); }
div.DivClassName
{
background-color: #8D2481;
}
.BgClassName
{
background-color: #8D2481;
}
</style>
border-color css
<style>
span { border-color: #8D2481; }
span { border-color: rgb(141,36,129); }
td.TdClassName
{
border-color: #8D2481;
}
.TagClassName
{
border-color: #8D2481;
}
</style>