Shades of Dark Purple #8D2B6C
Tints of Dark Purple #8D2B6C
RGB
CMYK
RGB Variations
Color information
#8D2B6C (or 0x8D2B6C) is known color: Dark Purple. HEX triplet: 8D, 2B and 6C. RGB value is (141,43,108). Sum of RGB (Red+Green+Blue) = 141+43+108=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2B6C is #72D493. Grayscale: #4F4F4F. Windows color (decimal): -7525524 or 7089037. OLE color: 7089037.
HSL color Cylindrical-coordinate representation of color #8D2B6C: hue angle of 320.2º 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 #8D2B6C is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 43 | 108 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.45 |
| HSL | 320.2º | 0.53% | 0.36% | - |
| HSV(B) | 320.2º | 0.7% | 0.55% | - |
| XYZ | 14.56 | 8.47 | 15.06 | - |
| YUV | 79.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 43 | 108 | 0 | 0.70 | 0.23 | 0.45 | 320.2 | 0.53 | 0.36 |
| Hex | 8D | 2B | 6C | 0 | 46 | 17 | 2D | 140 | 35 | 24 |
| Octal | 215 | 53 | 154 | 0 | 106 | 27 | 55 | 500 | 65 | 44 |
| Binary | 10001101 | 101011 | 1101100 | 0 | 1000110 | 10111 | 101101 | 101000000 | 110101 | 100100 |
Color Harmonies of #8D2B6C
Complementary color
Monochromatic Colors of #8D2B6C
Black with #8D2B6C
Text Example
Text Example
White with #8D2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2B6C; }
p { color: rgb(141,43,108); }
H1.HeaderClassName
{
color: #8D2B6C;
}
.AnyTagClassName
{
color: #8D2B6C;
}
</style>
background-color css
<style>
a { background-color: #8D2B6C; }
a { background-color: rgb(141,43,108); }
div.DivClassName
{
background-color: #8D2B6C;
}
.BgClassName
{
background-color: #8D2B6C;
}
</style>
border-color css
<style>
span { border-color: #8D2B6C; }
span { border-color: rgb(141,43,108); }
td.TdClassName
{
border-color: #8D2B6C;
}
.TagClassName
{
border-color: #8D2B6C;
}
</style>