Shades of Dark Purple #8D326F
Tints of Dark Purple #8D326F
RGB
CMYK
RGB Variations
Color information
#8D326F (or 0x8D326F) is known color: Dark Purple. HEX triplet: 8D, 32 and 6F. RGB value is (141,50,111). Sum of RGB (Red+Green+Blue) = 141+50+111=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D326F is #72CD90. Grayscale: #545454. Windows color (decimal): -7523729 or 7287437. OLE color: 7287437.
HSL color Cylindrical-coordinate representation of color #8D326F: hue angle of 319.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D326F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 111 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.45 |
| HSL | 319.78º | 0.48% | 0.37% | - |
| HSV(B) | 319.78º | 0.65% | 0.55% | - |
| XYZ | 14.99 | 9.09 | 16 | - |
| YUV | 84.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 111 | 0 | 0.65 | 0.21 | 0.45 | 319.78 | 0.48 | 0.37 |
| Hex | 8D | 32 | 6F | 0 | 41 | 15 | 2D | 140 | 30 | 25 |
| Octal | 215 | 62 | 157 | 0 | 101 | 25 | 55 | 500 | 60 | 45 |
| Binary | 10001101 | 110010 | 1101111 | 0 | 1000001 | 10101 | 101101 | 101000000 | 110000 | 100101 |
Color Harmonies of #8D326F
Complementary color
Monochromatic Colors of #8D326F
Black with #8D326F
Text Example
Text Example
White with #8D326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D326F; }
p { color: rgb(141,50,111); }
H1.HeaderClassName
{
color: #8D326F;
}
.AnyTagClassName
{
color: #8D326F;
}
</style>
background-color css
<style>
a { background-color: #8D326F; }
a { background-color: rgb(141,50,111); }
div.DivClassName
{
background-color: #8D326F;
}
.BgClassName
{
background-color: #8D326F;
}
</style>
border-color css
<style>
span { border-color: #8D326F; }
span { border-color: rgb(141,50,111); }
td.TdClassName
{
border-color: #8D326F;
}
.TagClassName
{
border-color: #8D326F;
}
</style>