Shades of Dark Purple #8D236B
Tints of Dark Purple #8D236B
RGB
CMYK
RGB Variations
Color information
#8D236B (or 0x8D236B) is known color: Dark Purple. HEX triplet: 8D, 23 and 6B. RGB value is (141,35,107). Sum of RGB (Red+Green+Blue) = 141+35+107=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D236B is #72DC94. Grayscale: #4A4A4A. Windows color (decimal): -7527573 or 7021453. OLE color: 7021453.
HSL color Cylindrical-coordinate representation of color #8D236B: hue angle of 319.25º 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 #8D236B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 107 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.45 |
| HSL | 319.25º | 0.6% | 0.35% | - |
| HSV(B) | 319.25º | 0.75% | 0.55% | - |
| XYZ | 14.24 | 7.93 | 14.69 | - |
| YUV | 74.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 107 | 0 | 0.75 | 0.24 | 0.45 | 319.25 | 0.6 | 0.35 |
| Hex | 8D | 23 | 6B | 0 | 4B | 18 | 2D | 13F | 3C | 23 |
| Octal | 215 | 43 | 153 | 0 | 113 | 30 | 55 | 477 | 74 | 43 |
| Binary | 10001101 | 100011 | 1101011 | 0 | 1001011 | 11000 | 101101 | 100111111 | 111100 | 100011 |
Color Harmonies of #8D236B
Complementary color
Monochromatic Colors of #8D236B
Black with #8D236B
Text Example
Text Example
White with #8D236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D236B; }
p { color: rgb(141,35,107); }
H1.HeaderClassName
{
color: #8D236B;
}
.AnyTagClassName
{
color: #8D236B;
}
</style>
background-color css
<style>
a { background-color: #8D236B; }
a { background-color: rgb(141,35,107); }
div.DivClassName
{
background-color: #8D236B;
}
.BgClassName
{
background-color: #8D236B;
}
</style>
border-color css
<style>
span { border-color: #8D236B; }
span { border-color: rgb(141,35,107); }
td.TdClassName
{
border-color: #8D236B;
}
.TagClassName
{
border-color: #8D236B;
}
</style>