Shades of Dark Purple #8D2389
Tints of Dark Purple #8D2389
RGB
CMYK
RGB Variations
Color information
#8D2389 (or 0x8D2389) is known color: Dark Purple. HEX triplet: 8D, 23 and 89. RGB value is (141,35,137). Sum of RGB (Red+Green+Blue) = 141+35+137=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2389 is #72DC76. Grayscale: #4E4E4E. Windows color (decimal): -7527543 or 8987533. OLE color: 8987533.
HSL color Cylindrical-coordinate representation of color #8D2389: hue angle of 302.26º 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 #8D2389 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 137 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.45 |
| HSL | 302.26º | 0.6% | 0.35% | - |
| HSV(B) | 302.26º | 0.75% | 0.55% | - |
| XYZ | 16.1 | 8.67 | 24.49 | - |
| YUV | 78.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 137 | 0 | 0.75 | 0.03 | 0.45 | 302.26 | 0.6 | 0.35 |
| Hex | 8D | 23 | 89 | 0 | 4B | 3 | 2D | 12E | 3C | 23 |
| Octal | 215 | 43 | 211 | 0 | 113 | 3 | 55 | 456 | 74 | 43 |
| Binary | 10001101 | 100011 | 10001001 | 0 | 1001011 | 11 | 101101 | 100101110 | 111100 | 100011 |
Color Harmonies of #8D2389
Complementary color
Monochromatic Colors of #8D2389
Black with #8D2389
Text Example
Text Example
White with #8D2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2389; }
p { color: rgb(141,35,137); }
H1.HeaderClassName
{
color: #8D2389;
}
.AnyTagClassName
{
color: #8D2389;
}
</style>
background-color css
<style>
a { background-color: #8D2389; }
a { background-color: rgb(141,35,137); }
div.DivClassName
{
background-color: #8D2389;
}
.BgClassName
{
background-color: #8D2389;
}
</style>
border-color css
<style>
span { border-color: #8D2389; }
span { border-color: rgb(141,35,137); }
td.TdClassName
{
border-color: #8D2389;
}
.TagClassName
{
border-color: #8D2389;
}
</style>