Shades of Disco #8A2E46
Tints of Disco #8A2E46
RGB
CMYK
RGB Variations
Color information
#8A2E46 (or 0x8A2E46) is known color: Disco. HEX triplet: 8A, 2E and 46. RGB value is (138,46,70). Sum of RGB (Red+Green+Blue) = 138+46+70=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2E46 is #75D1B9. Grayscale: #4C4C4C. Windows color (decimal): -7721402 or 4599434. OLE color: 4599434.
HSL color Cylindrical-coordinate representation of color #8A2E46: hue angle of 344.35º 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 #8A2E46 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 70 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.46 |
| HSL | 344.35º | 0.5% | 0.36% | - |
| HSV(B) | 344.35º | 0.67% | 0.54% | - |
| XYZ | 12.56 | 7.8 | 6.64 | - |
| YUV | 76.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 70 | 0 | 0.67 | 0.49 | 0.46 | 344.35 | 0.5 | 0.36 |
| Hex | 8A | 2E | 46 | 0 | 43 | 31 | 2E | 158 | 32 | 24 |
| Octal | 212 | 56 | 106 | 0 | 103 | 61 | 56 | 530 | 62 | 44 |
| Binary | 10001010 | 101110 | 1000110 | 0 | 1000011 | 110001 | 101110 | 101011000 | 110010 | 100100 |
Color Harmonies of #8A2E46
Complementary color
Monochromatic Colors of #8A2E46
Black with #8A2E46
Text Example
Text Example
White with #8A2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E46; }
p { color: rgb(138,46,70); }
H1.HeaderClassName
{
color: #8A2E46;
}
.AnyTagClassName
{
color: #8A2E46;
}
</style>
background-color css
<style>
a { background-color: #8A2E46; }
a { background-color: rgb(138,46,70); }
div.DivClassName
{
background-color: #8A2E46;
}
.BgClassName
{
background-color: #8A2E46;
}
</style>
border-color css
<style>
span { border-color: #8A2E46; }
span { border-color: rgb(138,46,70); }
td.TdClassName
{
border-color: #8A2E46;
}
.TagClassName
{
border-color: #8A2E46;
}
</style>