Shades of Dark Purple #8D2B6D
Tints of Dark Purple #8D2B6D
RGB
CMYK
RGB Variations
Color information
#8D2B6D (or 0x8D2B6D) is known color: Dark Purple. HEX triplet: 8D, 2B and 6D. RGB value is (141,43,109). Sum of RGB (Red+Green+Blue) = 141+43+109=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2B6D is #72D492. Grayscale: #4F4F4F. Windows color (decimal): -7525523 or 7154573. OLE color: 7154573.
HSL color Cylindrical-coordinate representation of color #8D2B6D: hue angle of 319.59º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2B6D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 109 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.45 |
| HSL | 319.59º | 0.53% | 0.36% | - |
| HSV(B) | 319.59º | 0.7% | 0.55% | - |
| XYZ | 14.61 | 8.49 | 15.34 | - |
| YUV | 79.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 109 | 0 | 0.70 | 0.23 | 0.45 | 319.59 | 0.53 | 0.36 |
| Hex | 8D | 2B | 6D | 0 | 46 | 17 | 2D | 140 | 35 | 24 |
| Octal | 215 | 53 | 155 | 0 | 106 | 27 | 55 | 500 | 65 | 44 |
| Binary | 10001101 | 101011 | 1101101 | 0 | 1000110 | 10111 | 101101 | 101000000 | 110101 | 100100 |
Color Harmonies of #8D2B6D
Complementary color
Monochromatic Colors of #8D2B6D
Black with #8D2B6D
Text Example
Text Example
White with #8D2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B6D; }
p { color: rgb(141,43,109); }
H1.HeaderClassName
{
color: #8D2B6D;
}
.AnyTagClassName
{
color: #8D2B6D;
}
</style>
background-color css
<style>
a { background-color: #8D2B6D; }
a { background-color: rgb(141,43,109); }
div.DivClassName
{
background-color: #8D2B6D;
}
.BgClassName
{
background-color: #8D2B6D;
}
</style>
border-color css
<style>
span { border-color: #8D2B6D; }
span { border-color: rgb(141,43,109); }
td.TdClassName
{
border-color: #8D2B6D;
}
.TagClassName
{
border-color: #8D2B6D;
}
</style>