Shades of Disco #8A304C
Tints of Disco #8A304C
RGB
CMYK
RGB Variations
Color information
#8A304C (or 0x8A304C) is known color: Disco. HEX triplet: 8A, 30 and 4C. RGB value is (138,48,76). Sum of RGB (Red+Green+Blue) = 138+48+76=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A304C is #75CFB3. Grayscale: #4E4E4E. Windows color (decimal): -7720884 or 4993162. OLE color: 4993162.
HSL color Cylindrical-coordinate representation of color #8A304C: hue angle of 341.33º 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 #8A304C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 76 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.46 |
| HSL | 341.33º | 0.48% | 0.36% | - |
| HSV(B) | 341.33º | 0.65% | 0.54% | - |
| XYZ | 12.84 | 8.04 | 7.71 | - |
| YUV | 78.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 76 | 0 | 0.65 | 0.45 | 0.46 | 341.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 4C | 0 | 41 | 2D | 2E | 155 | 30 | 24 |
| Octal | 212 | 60 | 114 | 0 | 101 | 55 | 56 | 525 | 60 | 44 |
| Binary | 10001010 | 110000 | 1001100 | 0 | 1000001 | 101101 | 101110 | 101010101 | 110000 | 100100 |
Color Harmonies of #8A304C
Complementary color
Monochromatic Colors of #8A304C
Black with #8A304C
Text Example
Text Example
White with #8A304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A304C; }
p { color: rgb(138,48,76); }
H1.HeaderClassName
{
color: #8A304C;
}
.AnyTagClassName
{
color: #8A304C;
}
</style>
background-color css
<style>
a { background-color: #8A304C; }
a { background-color: rgb(138,48,76); }
div.DivClassName
{
background-color: #8A304C;
}
.BgClassName
{
background-color: #8A304C;
}
</style>
border-color css
<style>
span { border-color: #8A304C; }
span { border-color: rgb(138,48,76); }
td.TdClassName
{
border-color: #8A304C;
}
.TagClassName
{
border-color: #8A304C;
}
</style>