Shades of Dark Purple #8D216D
Tints of Dark Purple #8D216D
RGB
CMYK
RGB Variations
Color information
#8D216D (or 0x8D216D) is known color: Dark Purple. HEX triplet: 8D, 21 and 6D. RGB value is (141,33,109). Sum of RGB (Red+Green+Blue) = 141+33+109=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D216D is #72DE92. Grayscale: #494949. Windows color (decimal): -7528083 or 7152013. OLE color: 7152013.
HSL color Cylindrical-coordinate representation of color #8D216D: hue angle of 317.78º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D216D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 109 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.45 |
| HSL | 317.78º | 0.62% | 0.34% | - |
| HSV(B) | 317.78º | 0.77% | 0.55% | - |
| XYZ | 14.29 | 7.85 | 15.23 | - |
| YUV | 73.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 109 | 0 | 0.77 | 0.23 | 0.45 | 317.78 | 0.62 | 0.34 |
| Hex | 8D | 21 | 6D | 0 | 4D | 17 | 2D | 13E | 3E | 22 |
| Octal | 215 | 41 | 155 | 0 | 115 | 27 | 55 | 476 | 76 | 42 |
| Binary | 10001101 | 100001 | 1101101 | 0 | 1001101 | 10111 | 101101 | 100111110 | 111110 | 100010 |
Color Harmonies of #8D216D
Complementary color
Monochromatic Colors of #8D216D
Black with #8D216D
Text Example
Text Example
White with #8D216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D216D; }
p { color: rgb(141,33,109); }
H1.HeaderClassName
{
color: #8D216D;
}
.AnyTagClassName
{
color: #8D216D;
}
</style>
background-color css
<style>
a { background-color: #8D216D; }
a { background-color: rgb(141,33,109); }
div.DivClassName
{
background-color: #8D216D;
}
.BgClassName
{
background-color: #8D216D;
}
</style>
border-color css
<style>
span { border-color: #8D216D; }
span { border-color: rgb(141,33,109); }
td.TdClassName
{
border-color: #8D216D;
}
.TagClassName
{
border-color: #8D216D;
}
</style>