Shades of Disco #8A2E4E
Tints of Disco #8A2E4E
RGB
CMYK
RGB Variations
Color information
#8A2E4E (or 0x8A2E4E) is known color: Disco. HEX triplet: 8A, 2E and 4E. RGB value is (138,46,78). Sum of RGB (Red+Green+Blue) = 138+46+78=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E4E is #75D1B1. Grayscale: #4D4D4D. Windows color (decimal): -7721394 or 5123722. OLE color: 5123722.
HSL color Cylindrical-coordinate representation of color #8A2E4E: hue angle of 339.13º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E4E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 78 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.46 |
| HSL | 339.13º | 0.5% | 0.36% | - |
| HSV(B) | 339.13º | 0.67% | 0.54% | - |
| XYZ | 12.83 | 7.91 | 8.06 | - |
| YUV | 77.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 78 | 0 | 0.67 | 0.43 | 0.46 | 339.13 | 0.5 | 0.36 |
| Hex | 8A | 2E | 4E | 0 | 43 | 2B | 2E | 153 | 32 | 24 |
| Octal | 212 | 56 | 116 | 0 | 103 | 53 | 56 | 523 | 62 | 44 |
| Binary | 10001010 | 101110 | 1001110 | 0 | 1000011 | 101011 | 101110 | 101010011 | 110010 | 100100 |
Color Harmonies of #8A2E4E
Complementary color
Monochromatic Colors of #8A2E4E
Black with #8A2E4E
Text Example
Text Example
White with #8A2E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E4E; }
p { color: rgb(138,46,78); }
H1.HeaderClassName
{
color: #8A2E4E;
}
.AnyTagClassName
{
color: #8A2E4E;
}
</style>
background-color css
<style>
a { background-color: #8A2E4E; }
a { background-color: rgb(138,46,78); }
div.DivClassName
{
background-color: #8A2E4E;
}
.BgClassName
{
background-color: #8A2E4E;
}
</style>
border-color css
<style>
span { border-color: #8A2E4E; }
span { border-color: rgb(138,46,78); }
td.TdClassName
{
border-color: #8A2E4E;
}
.TagClassName
{
border-color: #8A2E4E;
}
</style>