Shades of Dark Purple #8D236D
Tints of Dark Purple #8D236D
RGB
CMYK
RGB Variations
Color information
#8D236D (or 0x8D236D) is known color: Dark Purple. HEX triplet: 8D, 23 and 6D. RGB value is (141,35,109). Sum of RGB (Red+Green+Blue) = 141+35+109=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D236D is #72DC92. Grayscale: #4A4A4A. Windows color (decimal): -7527571 or 7152525. OLE color: 7152525.
HSL color Cylindrical-coordinate representation of color #8D236D: hue angle of 318.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D236D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 109 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.45 |
| HSL | 318.11º | 0.6% | 0.35% | - |
| HSV(B) | 318.11º | 0.75% | 0.55% | - |
| XYZ | 14.35 | 7.97 | 15.25 | - |
| YUV | 75.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 109 | 0 | 0.75 | 0.23 | 0.45 | 318.11 | 0.6 | 0.35 |
| Hex | 8D | 23 | 6D | 0 | 4B | 17 | 2D | 13E | 3C | 23 |
| Octal | 215 | 43 | 155 | 0 | 113 | 27 | 55 | 476 | 74 | 43 |
| Binary | 10001101 | 100011 | 1101101 | 0 | 1001011 | 10111 | 101101 | 100111110 | 111100 | 100011 |
Color Harmonies of #8D236D
Complementary color
Monochromatic Colors of #8D236D
Black with #8D236D
Text Example
Text Example
White with #8D236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D236D; }
p { color: rgb(141,35,109); }
H1.HeaderClassName
{
color: #8D236D;
}
.AnyTagClassName
{
color: #8D236D;
}
</style>
background-color css
<style>
a { background-color: #8D236D; }
a { background-color: rgb(141,35,109); }
div.DivClassName
{
background-color: #8D236D;
}
.BgClassName
{
background-color: #8D236D;
}
</style>
border-color css
<style>
span { border-color: #8D236D; }
span { border-color: rgb(141,35,109); }
td.TdClassName
{
border-color: #8D236D;
}
.TagClassName
{
border-color: #8D236D;
}
</style>