Shades of Disco #8A2D4E
Tints of Disco #8A2D4E
RGB
CMYK
RGB Variations
Color information
#8A2D4E (or 0x8A2D4E) is known color: Disco. HEX triplet: 8A, 2D and 4E. RGB value is (138,45,78). Sum of RGB (Red+Green+Blue) = 138+45+78=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D4E is #75D2B1. Grayscale: #4C4C4C. Windows color (decimal): -7721650 or 5123466. OLE color: 5123466.
HSL color Cylindrical-coordinate representation of color #8A2D4E: hue angle of 338.71º degrees, saturation: 0.51, 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 #8A2D4E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 78 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.46 |
| HSL | 338.71º | 0.51% | 0.36% | - |
| HSV(B) | 338.71º | 0.67% | 0.54% | - |
| XYZ | 12.79 | 7.83 | 8.04 | - |
| YUV | 76.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 78 | 0 | 0.67 | 0.43 | 0.46 | 338.71 | 0.51 | 0.36 |
| Hex | 8A | 2D | 4E | 0 | 43 | 2B | 2E | 153 | 33 | 24 |
| Octal | 212 | 55 | 116 | 0 | 103 | 53 | 56 | 523 | 63 | 44 |
| Binary | 10001010 | 101101 | 1001110 | 0 | 1000011 | 101011 | 101110 | 101010011 | 110011 | 100100 |
Color Harmonies of #8A2D4E
Complementary color
Monochromatic Colors of #8A2D4E
Black with #8A2D4E
Text Example
Text Example
White with #8A2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D4E; }
p { color: rgb(138,45,78); }
H1.HeaderClassName
{
color: #8A2D4E;
}
.AnyTagClassName
{
color: #8A2D4E;
}
</style>
background-color css
<style>
a { background-color: #8A2D4E; }
a { background-color: rgb(138,45,78); }
div.DivClassName
{
background-color: #8A2D4E;
}
.BgClassName
{
background-color: #8A2D4E;
}
</style>
border-color css
<style>
span { border-color: #8A2D4E; }
span { border-color: rgb(138,45,78); }
td.TdClassName
{
border-color: #8A2D4E;
}
.TagClassName
{
border-color: #8A2D4E;
}
</style>