Shades of Disco #8A3050
Tints of Disco #8A3050
RGB
CMYK
RGB Variations
Color information
#8A3050 (or 0x8A3050) is known color: Disco. HEX triplet: 8A, 30 and 50. RGB value is (138,48,80). Sum of RGB (Red+Green+Blue) = 138+48+80=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3050 is #75CFAF. Grayscale: #4E4E4E. Windows color (decimal): -7720880 or 5255306. OLE color: 5255306.
HSL color Cylindrical-coordinate representation of color #8A3050: hue angle of 338.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 #8A3050 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 80 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.46 |
| HSL | 338.67º | 0.48% | 0.36% | - |
| HSV(B) | 338.67º | 0.65% | 0.54% | - |
| XYZ | 12.99 | 8.1 | 8.47 | - |
| YUV | 78.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 80 | 0 | 0.65 | 0.42 | 0.46 | 338.67 | 0.48 | 0.36 |
| Hex | 8A | 30 | 50 | 0 | 41 | 2A | 2E | 153 | 30 | 24 |
| Octal | 212 | 60 | 120 | 0 | 101 | 52 | 56 | 523 | 60 | 44 |
| Binary | 10001010 | 110000 | 1010000 | 0 | 1000001 | 101010 | 101110 | 101010011 | 110000 | 100100 |
Color Harmonies of #8A3050
Complementary color
Monochromatic Colors of #8A3050
Black with #8A3050
Text Example
Text Example
White with #8A3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3050; }
p { color: rgb(138,48,80); }
H1.HeaderClassName
{
color: #8A3050;
}
.AnyTagClassName
{
color: #8A3050;
}
</style>
background-color css
<style>
a { background-color: #8A3050; }
a { background-color: rgb(138,48,80); }
div.DivClassName
{
background-color: #8A3050;
}
.BgClassName
{
background-color: #8A3050;
}
</style>
border-color css
<style>
span { border-color: #8A3050; }
span { border-color: rgb(138,48,80); }
td.TdClassName
{
border-color: #8A3050;
}
.TagClassName
{
border-color: #8A3050;
}
</style>