Shades of Disco #8D294D
Tints of Disco #8D294D
RGB
CMYK
RGB Variations
Color information
#8D294D (or 0x8D294D) is known color: Disco. HEX triplet: 8D, 29 and 4D. RGB value is (141,41,77). Sum of RGB (Red+Green+Blue) = 141+41+77=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D294D is #72D6B2. Grayscale: #4A4A4A. Windows color (decimal): -7526067 or 5056909. OLE color: 5056909.
HSL color Cylindrical-coordinate representation of color #8D294D: hue angle of 338.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D294D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 77 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.45 |
| HSL | 338.4º | 0.55% | 0.36% | - |
| HSV(B) | 338.4º | 0.71% | 0.55% | - |
| XYZ | 13.12 | 7.78 | 7.83 | - |
| YUV | 75 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 77 | 0 | 0.71 | 0.45 | 0.45 | 338.4 | 0.55 | 0.36 |
| Hex | 8D | 29 | 4D | 0 | 47 | 2D | 2D | 152 | 37 | 24 |
| Octal | 215 | 51 | 115 | 0 | 107 | 55 | 55 | 522 | 67 | 44 |
| Binary | 10001101 | 101001 | 1001101 | 0 | 1000111 | 101101 | 101101 | 101010010 | 110111 | 100100 |
Color Harmonies of #8D294D
Complementary color
Monochromatic Colors of #8D294D
Black with #8D294D
Text Example
Text Example
White with #8D294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D294D; }
p { color: rgb(141,41,77); }
H1.HeaderClassName
{
color: #8D294D;
}
.AnyTagClassName
{
color: #8D294D;
}
</style>
background-color css
<style>
a { background-color: #8D294D; }
a { background-color: rgb(141,41,77); }
div.DivClassName
{
background-color: #8D294D;
}
.BgClassName
{
background-color: #8D294D;
}
</style>
border-color css
<style>
span { border-color: #8D294D; }
span { border-color: rgb(141,41,77); }
td.TdClassName
{
border-color: #8D294D;
}
.TagClassName
{
border-color: #8D294D;
}
</style>