Shades of Dark Purple #8D246C
Tints of Dark Purple #8D246C
RGB
CMYK
RGB Variations
Color information
#8D246C (or 0x8D246C) is known color: Dark Purple. HEX triplet: 8D, 24 and 6C. RGB value is (141,36,108). Sum of RGB (Red+Green+Blue) = 141+36+108=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D246C is #72DB93. Grayscale: #4B4B4B. Windows color (decimal): -7527316 or 7087245. OLE color: 7087245.
HSL color Cylindrical-coordinate representation of color #8D246C: hue angle of 318.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D246C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 108 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.45 |
| HSL | 318.86º | 0.59% | 0.35% | - |
| HSV(B) | 318.86º | 0.74% | 0.55% | - |
| XYZ | 14.32 | 8.01 | 14.98 | - |
| YUV | 75.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 108 | 0 | 0.74 | 0.23 | 0.45 | 318.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 6C | 0 | 4A | 17 | 2D | 13F | 3B | 23 |
| Octal | 215 | 44 | 154 | 0 | 112 | 27 | 55 | 477 | 73 | 43 |
| Binary | 10001101 | 100100 | 1101100 | 0 | 1001010 | 10111 | 101101 | 100111111 | 111011 | 100011 |
Color Harmonies of #8D246C
Complementary color
Monochromatic Colors of #8D246C
Black with #8D246C
Text Example
Text Example
White with #8D246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D246C; }
p { color: rgb(141,36,108); }
H1.HeaderClassName
{
color: #8D246C;
}
.AnyTagClassName
{
color: #8D246C;
}
</style>
background-color css
<style>
a { background-color: #8D246C; }
a { background-color: rgb(141,36,108); }
div.DivClassName
{
background-color: #8D246C;
}
.BgClassName
{
background-color: #8D246C;
}
</style>
border-color css
<style>
span { border-color: #8D246C; }
span { border-color: rgb(141,36,108); }
td.TdClassName
{
border-color: #8D246C;
}
.TagClassName
{
border-color: #8D246C;
}
</style>