Shades of Dark Purple #8D277A
Tints of Dark Purple #8D277A
RGB
CMYK
RGB Variations
Color information
#8D277A (or 0x8D277A) is known color: Dark Purple. HEX triplet: 8D, 27 and 7A. RGB value is (141,39,122). Sum of RGB (Red+Green+Blue) = 141+39+122=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D277A is #72D885. Grayscale: #4E4E4E. Windows color (decimal): -7526534 or 8005517. OLE color: 8005517.
HSL color Cylindrical-coordinate representation of color #8D277A: hue angle of 311.18º 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 #8D277A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 122 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.45 |
| HSL | 311.18º | 0.57% | 0.35% | - |
| HSV(B) | 311.18º | 0.72% | 0.55% | - |
| XYZ | 15.22 | 8.52 | 19.25 | - |
| YUV | 78.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 122 | 0 | 0.72 | 0.13 | 0.45 | 311.18 | 0.57 | 0.35 |
| Hex | 8D | 27 | 7A | 0 | 48 | D | 2D | 137 | 39 | 23 |
| Octal | 215 | 47 | 172 | 0 | 110 | 15 | 55 | 467 | 71 | 43 |
| Binary | 10001101 | 100111 | 1111010 | 0 | 1001000 | 1101 | 101101 | 100110111 | 111001 | 100011 |
Color Harmonies of #8D277A
Complementary color
Monochromatic Colors of #8D277A
Black with #8D277A
Text Example
Text Example
White with #8D277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D277A; }
p { color: rgb(141,39,122); }
H1.HeaderClassName
{
color: #8D277A;
}
.AnyTagClassName
{
color: #8D277A;
}
</style>
background-color css
<style>
a { background-color: #8D277A; }
a { background-color: rgb(141,39,122); }
div.DivClassName
{
background-color: #8D277A;
}
.BgClassName
{
background-color: #8D277A;
}
</style>
border-color css
<style>
span { border-color: #8D277A; }
span { border-color: rgb(141,39,122); }
td.TdClassName
{
border-color: #8D277A;
}
.TagClassName
{
border-color: #8D277A;
}
</style>