Shades of Dark Purple #8D2B68
Tints of Dark Purple #8D2B68
RGB
CMYK
RGB Variations
Color information
#8D2B68 (or 0x8D2B68) is known color: Dark Purple. HEX triplet: 8D, 2B and 68. RGB value is (141,43,104). Sum of RGB (Red+Green+Blue) = 141+43+104=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2B68 is #72D497. Grayscale: #4F4F4F. Windows color (decimal): -7525528 or 6826893. OLE color: 6826893.
HSL color Cylindrical-coordinate representation of color #8D2B68: hue angle of 322.65º 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 #8D2B68 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 104 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.45 |
| HSL | 322.65º | 0.53% | 0.36% | - |
| HSV(B) | 322.65º | 0.7% | 0.55% | - |
| XYZ | 14.35 | 8.39 | 13.96 | - |
| YUV | 79.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 104 | 0 | 0.70 | 0.26 | 0.45 | 322.65 | 0.53 | 0.36 |
| Hex | 8D | 2B | 68 | 0 | 46 | 1A | 2D | 143 | 35 | 24 |
| Octal | 215 | 53 | 150 | 0 | 106 | 32 | 55 | 503 | 65 | 44 |
| Binary | 10001101 | 101011 | 1101000 | 0 | 1000110 | 11010 | 101101 | 101000011 | 110101 | 100100 |
Color Harmonies of #8D2B68
Complementary color
Monochromatic Colors of #8D2B68
Black with #8D2B68
Text Example
Text Example
White with #8D2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B68; }
p { color: rgb(141,43,104); }
H1.HeaderClassName
{
color: #8D2B68;
}
.AnyTagClassName
{
color: #8D2B68;
}
</style>
background-color css
<style>
a { background-color: #8D2B68; }
a { background-color: rgb(141,43,104); }
div.DivClassName
{
background-color: #8D2B68;
}
.BgClassName
{
background-color: #8D2B68;
}
</style>
border-color css
<style>
span { border-color: #8D2B68; }
span { border-color: rgb(141,43,104); }
td.TdClassName
{
border-color: #8D2B68;
}
.TagClassName
{
border-color: #8D2B68;
}
</style>