Shades of Disco #8A2C4E
Tints of Disco #8A2C4E
RGB
CMYK
RGB Variations
Color information
#8A2C4E (or 0x8A2C4E) is known color: Disco. HEX triplet: 8A, 2C and 4E. RGB value is (138,44,78). Sum of RGB (Red+Green+Blue) = 138+44+78=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C4E is #75D3B1. Grayscale: #4B4B4B. Windows color (decimal): -7721906 or 5123210. OLE color: 5123210.
HSL color Cylindrical-coordinate representation of color #8A2C4E: hue angle of 338.3º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C4E is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 78 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.46 |
| HSL | 338.3º | 0.52% | 0.36% | - |
| HSV(B) | 338.3º | 0.68% | 0.54% | - |
| XYZ | 12.76 | 7.75 | 8.03 | - |
| YUV | 75.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 78 | 0 | 0.68 | 0.43 | 0.46 | 338.3 | 0.52 | 0.36 |
| Hex | 8A | 2C | 4E | 0 | 44 | 2B | 2E | 152 | 34 | 24 |
| Octal | 212 | 54 | 116 | 0 | 104 | 53 | 56 | 522 | 64 | 44 |
| Binary | 10001010 | 101100 | 1001110 | 0 | 1000100 | 101011 | 101110 | 101010010 | 110100 | 100100 |
Color Harmonies of #8A2C4E
Complementary color
Monochromatic Colors of #8A2C4E
Black with #8A2C4E
Text Example
Text Example
White with #8A2C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C4E; }
p { color: rgb(138,44,78); }
H1.HeaderClassName
{
color: #8A2C4E;
}
.AnyTagClassName
{
color: #8A2C4E;
}
</style>
background-color css
<style>
a { background-color: #8A2C4E; }
a { background-color: rgb(138,44,78); }
div.DivClassName
{
background-color: #8A2C4E;
}
.BgClassName
{
background-color: #8A2C4E;
}
</style>
border-color css
<style>
span { border-color: #8A2C4E; }
span { border-color: rgb(138,44,78); }
td.TdClassName
{
border-color: #8A2C4E;
}
.TagClassName
{
border-color: #8A2C4E;
}
</style>