Shades of Dark Purple #8D2773
Tints of Dark Purple #8D2773
RGB
CMYK
RGB Variations
Color information
#8D2773 (or 0x8D2773) is known color: Dark Purple. HEX triplet: 8D, 27 and 73. RGB value is (141,39,115). Sum of RGB (Red+Green+Blue) = 141+39+115=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2773 is #72D88C. Grayscale: #4D4D4D. Windows color (decimal): -7526541 or 7546765. OLE color: 7546765.
HSL color Cylindrical-coordinate representation of color #8D2773: hue angle of 315.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2773 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 115 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.45 |
| HSL | 315.29º | 0.57% | 0.35% | - |
| HSV(B) | 315.29º | 0.72% | 0.55% | - |
| XYZ | 14.8 | 8.35 | 17.05 | - |
| YUV | 78.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 115 | 0 | 0.72 | 0.18 | 0.45 | 315.29 | 0.57 | 0.35 |
| Hex | 8D | 27 | 73 | 0 | 48 | 12 | 2D | 13B | 39 | 23 |
| Octal | 215 | 47 | 163 | 0 | 110 | 22 | 55 | 473 | 71 | 43 |
| Binary | 10001101 | 100111 | 1110011 | 0 | 1001000 | 10010 | 101101 | 100111011 | 111001 | 100011 |
Color Harmonies of #8D2773
Complementary color
Monochromatic Colors of #8D2773
Black with #8D2773
Text Example
Text Example
White with #8D2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2773; }
p { color: rgb(141,39,115); }
H1.HeaderClassName
{
color: #8D2773;
}
.AnyTagClassName
{
color: #8D2773;
}
</style>
background-color css
<style>
a { background-color: #8D2773; }
a { background-color: rgb(141,39,115); }
div.DivClassName
{
background-color: #8D2773;
}
.BgClassName
{
background-color: #8D2773;
}
</style>
border-color css
<style>
span { border-color: #8D2773; }
span { border-color: rgb(141,39,115); }
td.TdClassName
{
border-color: #8D2773;
}
.TagClassName
{
border-color: #8D2773;
}
</style>