Shades of Disco #8D204C
Tints of Disco #8D204C
RGB
CMYK
RGB Variations
Color information
#8D204C (or 0x8D204C) is known color: Disco. HEX triplet: 8D, 20 and 4C. RGB value is (141,32,76). Sum of RGB (Red+Green+Blue) = 141+32+76=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D204C is #72DFB3. Grayscale: #454545. Windows color (decimal): -7528372 or 4989069. OLE color: 4989069.
HSL color Cylindrical-coordinate representation of color #8D204C: hue angle of 335.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D204C is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 76 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.45 |
| HSL | 335.78º | 0.63% | 0.34% | - |
| HSV(B) | 335.78º | 0.77% | 0.55% | - |
| XYZ | 12.81 | 7.22 | 7.56 | - |
| YUV | 69.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 76 | 0 | 0.77 | 0.46 | 0.45 | 335.78 | 0.63 | 0.34 |
| Hex | 8D | 20 | 4C | 0 | 4D | 2E | 2D | 150 | 3F | 22 |
| Octal | 215 | 40 | 114 | 0 | 115 | 56 | 55 | 520 | 77 | 42 |
| Binary | 10001101 | 100000 | 1001100 | 0 | 1001101 | 101110 | 101101 | 101010000 | 111111 | 100010 |
Color Harmonies of #8D204C
Complementary color
Monochromatic Colors of #8D204C
Black with #8D204C
Text Example
Text Example
White with #8D204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D204C; }
p { color: rgb(141,32,76); }
H1.HeaderClassName
{
color: #8D204C;
}
.AnyTagClassName
{
color: #8D204C;
}
</style>
background-color css
<style>
a { background-color: #8D204C; }
a { background-color: rgb(141,32,76); }
div.DivClassName
{
background-color: #8D204C;
}
.BgClassName
{
background-color: #8D204C;
}
</style>
border-color css
<style>
span { border-color: #8D204C; }
span { border-color: rgb(141,32,76); }
td.TdClassName
{
border-color: #8D204C;
}
.TagClassName
{
border-color: #8D204C;
}
</style>