Shades of Disco #8A2E4D
Tints of Disco #8A2E4D
RGB
CMYK
RGB Variations
Color information
#8A2E4D (or 0x8A2E4D) is known color: Disco. HEX triplet: 8A, 2E and 4D. RGB value is (138,46,77). Sum of RGB (Red+Green+Blue) = 138+46+77=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E4D is #75D1B2. Grayscale: #4D4D4D. Windows color (decimal): -7721395 or 5058186. OLE color: 5058186.
HSL color Cylindrical-coordinate representation of color #8A2E4D: hue angle of 339.78º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E4D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 77 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.46 |
| HSL | 339.78º | 0.5% | 0.36% | - |
| HSV(B) | 339.78º | 0.67% | 0.54% | - |
| XYZ | 12.8 | 7.89 | 7.87 | - |
| YUV | 77.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 77 | 0 | 0.67 | 0.44 | 0.46 | 339.78 | 0.5 | 0.36 |
| Hex | 8A | 2E | 4D | 0 | 43 | 2C | 2E | 154 | 32 | 24 |
| Octal | 212 | 56 | 115 | 0 | 103 | 54 | 56 | 524 | 62 | 44 |
| Binary | 10001010 | 101110 | 1001101 | 0 | 1000011 | 101100 | 101110 | 101010100 | 110010 | 100100 |
Color Harmonies of #8A2E4D
Complementary color
Monochromatic Colors of #8A2E4D
Black with #8A2E4D
Text Example
Text Example
White with #8A2E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E4D; }
p { color: rgb(138,46,77); }
H1.HeaderClassName
{
color: #8A2E4D;
}
.AnyTagClassName
{
color: #8A2E4D;
}
</style>
background-color css
<style>
a { background-color: #8A2E4D; }
a { background-color: rgb(138,46,77); }
div.DivClassName
{
background-color: #8A2E4D;
}
.BgClassName
{
background-color: #8A2E4D;
}
</style>
border-color css
<style>
span { border-color: #8A2E4D; }
span { border-color: rgb(138,46,77); }
td.TdClassName
{
border-color: #8A2E4D;
}
.TagClassName
{
border-color: #8A2E4D;
}
</style>