Shades of Dark Purple #8D1485
Tints of Dark Purple #8D1485
RGB
CMYK
RGB Variations
Color information
#8D1485 (or 0x8D1485) is known color: Dark Purple. HEX triplet: 8D, 14 and 85. RGB value is (141,20,133). Sum of RGB (Red+Green+Blue) = 141+20+133=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1485 is #72EB7A. Grayscale: #444444. Windows color (decimal): -7531387 or 8721549. OLE color: 8721549.
HSL color Cylindrical-coordinate representation of color #8D1485: hue angle of 303.97º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1485 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 133 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.45 |
| HSL | 303.97º | 0.75% | 0.32% | - |
| HSV(B) | 303.97º | 0.86% | 0.55% | - |
| XYZ | 15.47 | 7.86 | 22.89 | - |
| YUV | 69.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 133 | 0 | 0.86 | 0.06 | 0.45 | 303.97 | 0.75 | 0.32 |
| Hex | 8D | 14 | 85 | 0 | 56 | 6 | 2D | 130 | 4B | 20 |
| Octal | 215 | 24 | 205 | 0 | 126 | 6 | 55 | 460 | 113 | 40 |
| Binary | 10001101 | 10100 | 10000101 | 0 | 1010110 | 110 | 101101 | 100110000 | 1001011 | 100000 |
Color Harmonies of #8D1485
Complementary color
Monochromatic Colors of #8D1485
Black with #8D1485
Text Example
Text Example
White with #8D1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1485; }
p { color: rgb(141,20,133); }
H1.HeaderClassName
{
color: #8D1485;
}
.AnyTagClassName
{
color: #8D1485;
}
</style>
background-color css
<style>
a { background-color: #8D1485; }
a { background-color: rgb(141,20,133); }
div.DivClassName
{
background-color: #8D1485;
}
.BgClassName
{
background-color: #8D1485;
}
</style>
border-color css
<style>
span { border-color: #8D1485; }
span { border-color: rgb(141,20,133); }
td.TdClassName
{
border-color: #8D1485;
}
.TagClassName
{
border-color: #8D1485;
}
</style>