Shades of Dark Purple #8D236A
Tints of Dark Purple #8D236A
RGB
CMYK
RGB Variations
Color information
#8D236A (or 0x8D236A) is known color: Dark Purple. HEX triplet: 8D, 23 and 6A. RGB value is (141,35,106). Sum of RGB (Red+Green+Blue) = 141+35+106=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D236A is #72DC95. Grayscale: #4A4A4A. Windows color (decimal): -7527574 or 6955917. OLE color: 6955917.
HSL color Cylindrical-coordinate representation of color #8D236A: hue angle of 319.81º 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 #8D236A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 106 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.45 |
| HSL | 319.81º | 0.6% | 0.35% | - |
| HSV(B) | 319.81º | 0.75% | 0.55% | - |
| XYZ | 14.19 | 7.91 | 14.41 | - |
| YUV | 74.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 106 | 0 | 0.75 | 0.25 | 0.45 | 319.81 | 0.6 | 0.35 |
| Hex | 8D | 23 | 6A | 0 | 4B | 19 | 2D | 140 | 3C | 23 |
| Octal | 215 | 43 | 152 | 0 | 113 | 31 | 55 | 500 | 74 | 43 |
| Binary | 10001101 | 100011 | 1101010 | 0 | 1001011 | 11001 | 101101 | 101000000 | 111100 | 100011 |
Color Harmonies of #8D236A
Complementary color
Monochromatic Colors of #8D236A
Black with #8D236A
Text Example
Text Example
White with #8D236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D236A; }
p { color: rgb(141,35,106); }
H1.HeaderClassName
{
color: #8D236A;
}
.AnyTagClassName
{
color: #8D236A;
}
</style>
background-color css
<style>
a { background-color: #8D236A; }
a { background-color: rgb(141,35,106); }
div.DivClassName
{
background-color: #8D236A;
}
.BgClassName
{
background-color: #8D236A;
}
</style>
border-color css
<style>
span { border-color: #8D236A; }
span { border-color: rgb(141,35,106); }
td.TdClassName
{
border-color: #8D236A;
}
.TagClassName
{
border-color: #8D236A;
}
</style>