Shades of Disco #8A304D
Tints of Disco #8A304D
RGB
CMYK
RGB Variations
Color information
#8A304D (or 0x8A304D) is known color: Disco. HEX triplet: 8A, 30 and 4D. RGB value is (138,48,77). Sum of RGB (Red+Green+Blue) = 138+48+77=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A304D is #75CFB2. Grayscale: #4E4E4E. Windows color (decimal): -7720883 or 5058698. OLE color: 5058698.
HSL color Cylindrical-coordinate representation of color #8A304D: hue angle of 340.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A304D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 77 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.46 |
| HSL | 340.67º | 0.48% | 0.36% | - |
| HSV(B) | 340.67º | 0.65% | 0.54% | - |
| XYZ | 12.88 | 8.05 | 7.9 | - |
| YUV | 78.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 77 | 0 | 0.65 | 0.44 | 0.46 | 340.67 | 0.48 | 0.36 |
| Hex | 8A | 30 | 4D | 0 | 41 | 2C | 2E | 155 | 30 | 24 |
| Octal | 212 | 60 | 115 | 0 | 101 | 54 | 56 | 525 | 60 | 44 |
| Binary | 10001010 | 110000 | 1001101 | 0 | 1000001 | 101100 | 101110 | 101010101 | 110000 | 100100 |
Color Harmonies of #8A304D
Complementary color
Monochromatic Colors of #8A304D
Black with #8A304D
Text Example
Text Example
White with #8A304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A304D; }
p { color: rgb(138,48,77); }
H1.HeaderClassName
{
color: #8A304D;
}
.AnyTagClassName
{
color: #8A304D;
}
</style>
background-color css
<style>
a { background-color: #8A304D; }
a { background-color: rgb(138,48,77); }
div.DivClassName
{
background-color: #8A304D;
}
.BgClassName
{
background-color: #8A304D;
}
</style>
border-color css
<style>
span { border-color: #8A304D; }
span { border-color: rgb(138,48,77); }
td.TdClassName
{
border-color: #8A304D;
}
.TagClassName
{
border-color: #8A304D;
}
</style>