Shades of Dark Purple #8D2883
Tints of Dark Purple #8D2883
RGB
CMYK
RGB Variations
Color information
#8D2883 (or 0x8D2883) is known color: Dark Purple. HEX triplet: 8D, 28 and 83. RGB value is (141,40,131). Sum of RGB (Red+Green+Blue) = 141+40+131=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2883 is #72D77C. Grayscale: #505050. Windows color (decimal): -7526269 or 8595597. OLE color: 8595597.
HSL color Cylindrical-coordinate representation of color #8D2883: hue angle of 305.94º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2883 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 131 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.45 |
| HSL | 305.94º | 0.56% | 0.35% | - |
| HSV(B) | 305.94º | 0.72% | 0.55% | - |
| XYZ | 15.84 | 8.82 | 22.34 | - |
| YUV | 80.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 131 | 0 | 0.72 | 0.07 | 0.45 | 305.94 | 0.56 | 0.35 |
| Hex | 8D | 28 | 83 | 0 | 48 | 7 | 2D | 132 | 38 | 23 |
| Octal | 215 | 50 | 203 | 0 | 110 | 7 | 55 | 462 | 70 | 43 |
| Binary | 10001101 | 101000 | 10000011 | 0 | 1001000 | 111 | 101101 | 100110010 | 111000 | 100011 |
Color Harmonies of #8D2883
Complementary color
Monochromatic Colors of #8D2883
Black with #8D2883
Text Example
Text Example
White with #8D2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2883; }
p { color: rgb(141,40,131); }
H1.HeaderClassName
{
color: #8D2883;
}
.AnyTagClassName
{
color: #8D2883;
}
</style>
background-color css
<style>
a { background-color: #8D2883; }
a { background-color: rgb(141,40,131); }
div.DivClassName
{
background-color: #8D2883;
}
.BgClassName
{
background-color: #8D2883;
}
</style>
border-color css
<style>
span { border-color: #8D2883; }
span { border-color: rgb(141,40,131); }
td.TdClassName
{
border-color: #8D2883;
}
.TagClassName
{
border-color: #8D2883;
}
</style>