Shades of Dark Purple #8D1772
Tints of Dark Purple #8D1772
RGB
CMYK
RGB Variations
Color information
#8D1772 (or 0x8D1772) is known color: Dark Purple. HEX triplet: 8D, 17 and 72. RGB value is (141,23,114). Sum of RGB (Red+Green+Blue) = 141+23+114=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1772 is #72E88D. Grayscale: #444444. Windows color (decimal): -7530638 or 7477133. OLE color: 7477133.
HSL color Cylindrical-coordinate representation of color #8D1772: hue angle of 313.73º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1772 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 114 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.45 |
| HSL | 313.73º | 0.72% | 0.32% | - |
| HSV(B) | 313.73º | 0.84% | 0.55% | - |
| XYZ | 14.33 | 7.49 | 16.61 | - |
| YUV | 68.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 114 | 0 | 0.84 | 0.19 | 0.45 | 313.73 | 0.72 | 0.32 |
| Hex | 8D | 17 | 72 | 0 | 54 | 13 | 2D | 13A | 48 | 20 |
| Octal | 215 | 27 | 162 | 0 | 124 | 23 | 55 | 472 | 110 | 40 |
| Binary | 10001101 | 10111 | 1110010 | 0 | 1010100 | 10011 | 101101 | 100111010 | 1001000 | 100000 |
Color Harmonies of #8D1772
Complementary color
Monochromatic Colors of #8D1772
Black with #8D1772
Text Example
Text Example
White with #8D1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1772; }
p { color: rgb(141,23,114); }
H1.HeaderClassName
{
color: #8D1772;
}
.AnyTagClassName
{
color: #8D1772;
}
</style>
background-color css
<style>
a { background-color: #8D1772; }
a { background-color: rgb(141,23,114); }
div.DivClassName
{
background-color: #8D1772;
}
.BgClassName
{
background-color: #8D1772;
}
</style>
border-color css
<style>
span { border-color: #8D1772; }
span { border-color: rgb(141,23,114); }
td.TdClassName
{
border-color: #8D1772;
}
.TagClassName
{
border-color: #8D1772;
}
</style>