Shades of Disco #8D294A
Tints of Disco #8D294A
RGB
CMYK
RGB Variations
Color information
#8D294A (or 0x8D294A) is known color: Disco. HEX triplet: 8D, 29 and 4A. RGB value is (141,41,74). Sum of RGB (Red+Green+Blue) = 141+41+74=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D294A is #72D6B5. Grayscale: #4A4A4A. Windows color (decimal): -7526070 or 4860301. OLE color: 4860301.
HSL color Cylindrical-coordinate representation of color #8D294A: hue angle of 340.2º 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 #8D294A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 74 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.45 |
| HSL | 340.2º | 0.55% | 0.36% | - |
| HSV(B) | 340.2º | 0.71% | 0.55% | - |
| XYZ | 13.01 | 7.74 | 7.29 | - |
| YUV | 74.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 74 | 0 | 0.71 | 0.48 | 0.45 | 340.2 | 0.55 | 0.36 |
| Hex | 8D | 29 | 4A | 0 | 47 | 30 | 2D | 154 | 37 | 24 |
| Octal | 215 | 51 | 112 | 0 | 107 | 60 | 55 | 524 | 67 | 44 |
| Binary | 10001101 | 101001 | 1001010 | 0 | 1000111 | 110000 | 101101 | 101010100 | 110111 | 100100 |
Color Harmonies of #8D294A
Complementary color
Monochromatic Colors of #8D294A
Black with #8D294A
Text Example
Text Example
White with #8D294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D294A; }
p { color: rgb(141,41,74); }
H1.HeaderClassName
{
color: #8D294A;
}
.AnyTagClassName
{
color: #8D294A;
}
</style>
background-color css
<style>
a { background-color: #8D294A; }
a { background-color: rgb(141,41,74); }
div.DivClassName
{
background-color: #8D294A;
}
.BgClassName
{
background-color: #8D294A;
}
</style>
border-color css
<style>
span { border-color: #8D294A; }
span { border-color: rgb(141,41,74); }
td.TdClassName
{
border-color: #8D294A;
}
.TagClassName
{
border-color: #8D294A;
}
</style>