Shades of Dark Purple #8D1B73
Tints of Dark Purple #8D1B73
RGB
CMYK
RGB Variations
Color information
#8D1B73 (or 0x8D1B73) is known color: Dark Purple. HEX triplet: 8D, 1B and 73. RGB value is (141,27,115). Sum of RGB (Red+Green+Blue) = 141+27+115=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B73 is #72E48C. Grayscale: #464646. Windows color (decimal): -7529613 or 7543693. OLE color: 7543693.
HSL color Cylindrical-coordinate representation of color #8D1B73: hue angle of 313.68º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B73 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 115 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.45 |
| HSL | 313.68º | 0.68% | 0.33% | - |
| HSV(B) | 313.68º | 0.81% | 0.55% | - |
| XYZ | 14.47 | 7.68 | 16.94 | - |
| YUV | 71.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 115 | 0 | 0.81 | 0.18 | 0.45 | 313.68 | 0.68 | 0.33 |
| Hex | 8D | 1B | 73 | 0 | 51 | 12 | 2D | 13A | 44 | 21 |
| Octal | 215 | 33 | 163 | 0 | 121 | 22 | 55 | 472 | 104 | 41 |
| Binary | 10001101 | 11011 | 1110011 | 0 | 1010001 | 10010 | 101101 | 100111010 | 1000100 | 100001 |
Color Harmonies of #8D1B73
Complementary color
Monochromatic Colors of #8D1B73
Black with #8D1B73
Text Example
Text Example
White with #8D1B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B73; }
p { color: rgb(141,27,115); }
H1.HeaderClassName
{
color: #8D1B73;
}
.AnyTagClassName
{
color: #8D1B73;
}
</style>
background-color css
<style>
a { background-color: #8D1B73; }
a { background-color: rgb(141,27,115); }
div.DivClassName
{
background-color: #8D1B73;
}
.BgClassName
{
background-color: #8D1B73;
}
</style>
border-color css
<style>
span { border-color: #8D1B73; }
span { border-color: rgb(141,27,115); }
td.TdClassName
{
border-color: #8D1B73;
}
.TagClassName
{
border-color: #8D1B73;
}
</style>