Shades of Dark Purple #8D1D83
Tints of Dark Purple #8D1D83
RGB
CMYK
RGB Variations
Color information
#8D1D83 (or 0x8D1D83) is known color: Dark Purple. HEX triplet: 8D, 1D and 83. RGB value is (141,29,131). Sum of RGB (Red+Green+Blue) = 141+29+131=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1D83 is #72E27C. Grayscale: #494949. Windows color (decimal): -7529085 or 8592781. OLE color: 8592781.
HSL color Cylindrical-coordinate representation of color #8D1D83: hue angle of 305.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D83 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 131 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.45 |
| HSL | 305.36º | 0.66% | 0.33% | - |
| HSV(B) | 305.36º | 0.79% | 0.55% | - |
| XYZ | 15.52 | 8.18 | 22.23 | - |
| YUV | 74.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 131 | 0 | 0.79 | 0.07 | 0.45 | 305.36 | 0.66 | 0.33 |
| Hex | 8D | 1D | 83 | 0 | 4F | 7 | 2D | 131 | 42 | 21 |
| Octal | 215 | 35 | 203 | 0 | 117 | 7 | 55 | 461 | 102 | 41 |
| Binary | 10001101 | 11101 | 10000011 | 0 | 1001111 | 111 | 101101 | 100110001 | 1000010 | 100001 |
Color Harmonies of #8D1D83
Complementary color
Monochromatic Colors of #8D1D83
Black with #8D1D83
Text Example
Text Example
White with #8D1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D83; }
p { color: rgb(141,29,131); }
H1.HeaderClassName
{
color: #8D1D83;
}
.AnyTagClassName
{
color: #8D1D83;
}
</style>
background-color css
<style>
a { background-color: #8D1D83; }
a { background-color: rgb(141,29,131); }
div.DivClassName
{
background-color: #8D1D83;
}
.BgClassName
{
background-color: #8D1D83;
}
</style>
border-color css
<style>
span { border-color: #8D1D83; }
span { border-color: rgb(141,29,131); }
td.TdClassName
{
border-color: #8D1D83;
}
.TagClassName
{
border-color: #8D1D83;
}
</style>