Shades of Dark Purple #8D227B
Tints of Dark Purple #8D227B
RGB
CMYK
RGB Variations
Color information
#8D227B (or 0x8D227B) is known color: Dark Purple. HEX triplet: 8D, 22 and 7B. RGB value is (141,34,123). Sum of RGB (Red+Green+Blue) = 141+34+123=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D227B is #72DD84. Grayscale: #4B4B4B. Windows color (decimal): -7527813 or 8069773. OLE color: 8069773.
HSL color Cylindrical-coordinate representation of color #8D227B: hue angle of 310.09º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D227B is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 123 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.45 |
| HSL | 310.09º | 0.61% | 0.34% | - |
| HSV(B) | 310.09º | 0.76% | 0.55% | - |
| XYZ | 15.13 | 8.24 | 19.53 | - |
| YUV | 76.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 123 | 0 | 0.76 | 0.13 | 0.45 | 310.09 | 0.61 | 0.34 |
| Hex | 8D | 22 | 7B | 0 | 4C | D | 2D | 136 | 3D | 22 |
| Octal | 215 | 42 | 173 | 0 | 114 | 15 | 55 | 466 | 75 | 42 |
| Binary | 10001101 | 100010 | 1111011 | 0 | 1001100 | 1101 | 101101 | 100110110 | 111101 | 100010 |
Color Harmonies of #8D227B
Complementary color
Monochromatic Colors of #8D227B
Black with #8D227B
Text Example
Text Example
White with #8D227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D227B; }
p { color: rgb(141,34,123); }
H1.HeaderClassName
{
color: #8D227B;
}
.AnyTagClassName
{
color: #8D227B;
}
</style>
background-color css
<style>
a { background-color: #8D227B; }
a { background-color: rgb(141,34,123); }
div.DivClassName
{
background-color: #8D227B;
}
.BgClassName
{
background-color: #8D227B;
}
</style>
border-color css
<style>
span { border-color: #8D227B; }
span { border-color: rgb(141,34,123); }
td.TdClassName
{
border-color: #8D227B;
}
.TagClassName
{
border-color: #8D227B;
}
</style>