Shades of Dark Purple #8D2381
Tints of Dark Purple #8D2381
RGB
CMYK
RGB Variations
Color information
#8D2381 (or 0x8D2381) is known color: Dark Purple. HEX triplet: 8D, 23 and 81. RGB value is (141,35,129). Sum of RGB (Red+Green+Blue) = 141+35+129=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2381 is #72DC7E. Grayscale: #4D4D4D. Windows color (decimal): -7527551 or 8463245. OLE color: 8463245.
HSL color Cylindrical-coordinate representation of color #8D2381: hue angle of 306.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2381 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 129 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.45 |
| HSL | 306.79º | 0.6% | 0.35% | - |
| HSV(B) | 306.79º | 0.75% | 0.55% | - |
| XYZ | 15.55 | 8.45 | 21.58 | - |
| YUV | 77.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 129 | 0 | 0.75 | 0.09 | 0.45 | 306.79 | 0.6 | 0.35 |
| Hex | 8D | 23 | 81 | 0 | 4B | 9 | 2D | 133 | 3C | 23 |
| Octal | 215 | 43 | 201 | 0 | 113 | 11 | 55 | 463 | 74 | 43 |
| Binary | 10001101 | 100011 | 10000001 | 0 | 1001011 | 1001 | 101101 | 100110011 | 111100 | 100011 |
Color Harmonies of #8D2381
Complementary color
Monochromatic Colors of #8D2381
Black with #8D2381
Text Example
Text Example
White with #8D2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2381; }
p { color: rgb(141,35,129); }
H1.HeaderClassName
{
color: #8D2381;
}
.AnyTagClassName
{
color: #8D2381;
}
</style>
background-color css
<style>
a { background-color: #8D2381; }
a { background-color: rgb(141,35,129); }
div.DivClassName
{
background-color: #8D2381;
}
.BgClassName
{
background-color: #8D2381;
}
</style>
border-color css
<style>
span { border-color: #8D2381; }
span { border-color: rgb(141,35,129); }
td.TdClassName
{
border-color: #8D2381;
}
.TagClassName
{
border-color: #8D2381;
}
</style>