Shades of Dark Purple #8D3485
Tints of Dark Purple #8D3485
RGB
CMYK
RGB Variations
Color information
#8D3485 (or 0x8D3485) is known color: Dark Purple. HEX triplet: 8D, 34 and 85. RGB value is (141,52,133). Sum of RGB (Red+Green+Blue) = 141+52+133=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3485 is #72CB7A. Grayscale: #575757. Windows color (decimal): -7523195 or 8729741. OLE color: 8729741.
HSL color Cylindrical-coordinate representation of color #8D3485: hue angle of 305.39º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3485 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 133 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.45 |
| HSL | 305.39º | 0.46% | 0.38% | - |
| HSV(B) | 305.39º | 0.63% | 0.55% | - |
| XYZ | 16.45 | 9.81 | 23.22 | - |
| YUV | 87.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 133 | 0 | 0.63 | 0.06 | 0.45 | 305.39 | 0.46 | 0.38 |
| Hex | 8D | 34 | 85 | 0 | 3F | 6 | 2D | 131 | 2E | 26 |
| Octal | 215 | 64 | 205 | 0 | 77 | 6 | 55 | 461 | 56 | 46 |
| Binary | 10001101 | 110100 | 10000101 | 0 | 111111 | 110 | 101101 | 100110001 | 101110 | 100110 |
Color Harmonies of #8D3485
Complementary color
Monochromatic Colors of #8D3485
Black with #8D3485
Text Example
Text Example
White with #8D3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3485; }
p { color: rgb(141,52,133); }
H1.HeaderClassName
{
color: #8D3485;
}
.AnyTagClassName
{
color: #8D3485;
}
</style>
background-color css
<style>
a { background-color: #8D3485; }
a { background-color: rgb(141,52,133); }
div.DivClassName
{
background-color: #8D3485;
}
.BgClassName
{
background-color: #8D3485;
}
</style>
border-color css
<style>
span { border-color: #8D3485; }
span { border-color: rgb(141,52,133); }
td.TdClassName
{
border-color: #8D3485;
}
.TagClassName
{
border-color: #8D3485;
}
</style>