Shades of Dark Purple #8D3483
Tints of Dark Purple #8D3483
RGB
CMYK
RGB Variations
Color information
#8D3483 (or 0x8D3483) is known color: Dark Purple. HEX triplet: 8D, 34 and 83. RGB value is (141,52,131). Sum of RGB (Red+Green+Blue) = 141+52+131=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3483 is #72CB7C. Grayscale: #575757. Windows color (decimal): -7523197 or 8598669. OLE color: 8598669.
HSL color Cylindrical-coordinate representation of color #8D3483: hue angle of 306.74º 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 #8D3483 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 131 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.45 |
| HSL | 306.74º | 0.46% | 0.38% | - |
| HSV(B) | 306.74º | 0.63% | 0.55% | - |
| XYZ | 16.31 | 9.76 | 22.5 | - |
| YUV | 87.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 131 | 0 | 0.63 | 0.07 | 0.45 | 306.74 | 0.46 | 0.38 |
| Hex | 8D | 34 | 83 | 0 | 3F | 7 | 2D | 133 | 2E | 26 |
| Octal | 215 | 64 | 203 | 0 | 77 | 7 | 55 | 463 | 56 | 46 |
| Binary | 10001101 | 110100 | 10000011 | 0 | 111111 | 111 | 101101 | 100110011 | 101110 | 100110 |
Color Harmonies of #8D3483
Complementary color
Monochromatic Colors of #8D3483
Black with #8D3483
Text Example
Text Example
White with #8D3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3483; }
p { color: rgb(141,52,131); }
H1.HeaderClassName
{
color: #8D3483;
}
.AnyTagClassName
{
color: #8D3483;
}
</style>
background-color css
<style>
a { background-color: #8D3483; }
a { background-color: rgb(141,52,131); }
div.DivClassName
{
background-color: #8D3483;
}
.BgClassName
{
background-color: #8D3483;
}
</style>
border-color css
<style>
span { border-color: #8D3483; }
span { border-color: rgb(141,52,131); }
td.TdClassName
{
border-color: #8D3483;
}
.TagClassName
{
border-color: #8D3483;
}
</style>