Shades of Disco #8A3A54
Tints of Disco #8A3A54
RGB
CMYK
RGB Variations
Color information
#8A3A54 (or 0x8A3A54) is known color: Disco. HEX triplet: 8A, 3A and 54. RGB value is (138,58,84). Sum of RGB (Red+Green+Blue) = 138+58+84=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A54 is #75C5AB. Grayscale: #545454. Windows color (decimal): -7718316 or 5520010. OLE color: 5520010.
HSL color Cylindrical-coordinate representation of color #8A3A54: hue angle of 340.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A54 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 84 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.46 |
| HSL | 340.5º | 0.41% | 0.38% | - |
| HSV(B) | 340.5º | 0.58% | 0.54% | - |
| XYZ | 13.59 | 9.07 | 9.42 | - |
| YUV | 84.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 84 | 0 | 0.58 | 0.39 | 0.46 | 340.5 | 0.41 | 0.38 |
| Hex | 8A | 3A | 54 | 0 | 3A | 27 | 2E | 154 | 29 | 26 |
| Octal | 212 | 72 | 124 | 0 | 72 | 47 | 56 | 524 | 51 | 46 |
| Binary | 10001010 | 111010 | 1010100 | 0 | 111010 | 100111 | 101110 | 101010100 | 101001 | 100110 |
Color Harmonies of #8A3A54
Complementary color
Monochromatic Colors of #8A3A54
Black with #8A3A54
Text Example
Text Example
White with #8A3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A54; }
p { color: rgb(138,58,84); }
H1.HeaderClassName
{
color: #8A3A54;
}
.AnyTagClassName
{
color: #8A3A54;
}
</style>
background-color css
<style>
a { background-color: #8A3A54; }
a { background-color: rgb(138,58,84); }
div.DivClassName
{
background-color: #8A3A54;
}
.BgClassName
{
background-color: #8A3A54;
}
</style>
border-color css
<style>
span { border-color: #8A3A54; }
span { border-color: rgb(138,58,84); }
td.TdClassName
{
border-color: #8A3A54;
}
.TagClassName
{
border-color: #8A3A54;
}
</style>