Shades of Dark Purple #8D2081
Tints of Dark Purple #8D2081
RGB
CMYK
RGB Variations
Color information
#8D2081 (or 0x8D2081) is known color: Dark Purple. HEX triplet: 8D, 20 and 81. RGB value is (141,32,129). Sum of RGB (Red+Green+Blue) = 141+32+129=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2081 is #72DF7E. Grayscale: #4B4B4B. Windows color (decimal): -7528319 or 8462477. OLE color: 8462477.
HSL color Cylindrical-coordinate representation of color #8D2081: hue angle of 306.61º degrees, saturation: 0.63, 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 #8D2081 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 129 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.45 |
| HSL | 306.61º | 0.63% | 0.34% | - |
| HSV(B) | 306.61º | 0.77% | 0.55% | - |
| XYZ | 15.46 | 8.28 | 21.55 | - |
| YUV | 75.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 129 | 0 | 0.77 | 0.09 | 0.45 | 306.61 | 0.63 | 0.34 |
| Hex | 8D | 20 | 81 | 0 | 4D | 9 | 2D | 133 | 3F | 22 |
| Octal | 215 | 40 | 201 | 0 | 115 | 11 | 55 | 463 | 77 | 42 |
| Binary | 10001101 | 100000 | 10000001 | 0 | 1001101 | 1001 | 101101 | 100110011 | 111111 | 100010 |
Color Harmonies of #8D2081
Complementary color
Monochromatic Colors of #8D2081
Black with #8D2081
Text Example
Text Example
White with #8D2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2081; }
p { color: rgb(141,32,129); }
H1.HeaderClassName
{
color: #8D2081;
}
.AnyTagClassName
{
color: #8D2081;
}
</style>
background-color css
<style>
a { background-color: #8D2081; }
a { background-color: rgb(141,32,129); }
div.DivClassName
{
background-color: #8D2081;
}
.BgClassName
{
background-color: #8D2081;
}
</style>
border-color css
<style>
span { border-color: #8D2081; }
span { border-color: rgb(141,32,129); }
td.TdClassName
{
border-color: #8D2081;
}
.TagClassName
{
border-color: #8D2081;
}
</style>