Shades of Dark Purple #8D1C81
Tints of Dark Purple #8D1C81
RGB
CMYK
RGB Variations
Color information
#8D1C81 (or 0x8D1C81) is known color: Dark Purple. HEX triplet: 8D, 1C and 81. RGB value is (141,28,129). Sum of RGB (Red+Green+Blue) = 141+28+129=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C81 is #72E37E. Grayscale: #494949. Windows color (decimal): -7529343 or 8461453. OLE color: 8461453.
HSL color Cylindrical-coordinate representation of color #8D1C81: hue angle of 306.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C81 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 129 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.45 |
| HSL | 306.37º | 0.67% | 0.33% | - |
| HSV(B) | 306.37º | 0.8% | 0.55% | - |
| XYZ | 15.36 | 8.08 | 21.52 | - |
| YUV | 73.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 129 | 0 | 0.80 | 0.09 | 0.45 | 306.37 | 0.67 | 0.33 |
| Hex | 8D | 1C | 81 | 0 | 50 | 9 | 2D | 132 | 43 | 21 |
| Octal | 215 | 34 | 201 | 0 | 120 | 11 | 55 | 462 | 103 | 41 |
| Binary | 10001101 | 11100 | 10000001 | 0 | 1010000 | 1001 | 101101 | 100110010 | 1000011 | 100001 |
Color Harmonies of #8D1C81
Complementary color
Monochromatic Colors of #8D1C81
Black with #8D1C81
Text Example
Text Example
White with #8D1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C81; }
p { color: rgb(141,28,129); }
H1.HeaderClassName
{
color: #8D1C81;
}
.AnyTagClassName
{
color: #8D1C81;
}
</style>
background-color css
<style>
a { background-color: #8D1C81; }
a { background-color: rgb(141,28,129); }
div.DivClassName
{
background-color: #8D1C81;
}
.BgClassName
{
background-color: #8D1C81;
}
</style>
border-color css
<style>
span { border-color: #8D1C81; }
span { border-color: rgb(141,28,129); }
td.TdClassName
{
border-color: #8D1C81;
}
.TagClassName
{
border-color: #8D1C81;
}
</style>