Shades of Disco #8E1148
Tints of Disco #8E1148
RGB
CMYK
RGB Variations
Color information
#8E1148 (or 0x8E1148) is known color: Disco. HEX triplet: 8E, 11 and 48. RGB value is (142,17,72). Sum of RGB (Red+Green+Blue) = 142+17+72=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1148 is #71EEB7. Grayscale: #3C3C3C. Windows color (decimal): -7466680 or 4723086. OLE color: 4723086.
HSL color Cylindrical-coordinate representation of color #8E1148: hue angle of 333.6º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1148 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 72 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.44 |
| HSL | 333.6º | 0.79% | 0.31% | - |
| HSV(B) | 333.6º | 0.88% | 0.56% | - |
| XYZ | 12.53 | 6.62 | 6.75 | - |
| YUV | 60.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 72 | 0 | 0.88 | 0.49 | 0.44 | 333.6 | 0.79 | 0.31 |
| Hex | 8E | 11 | 48 | 0 | 58 | 31 | 2C | 14E | 4F | 1F |
| Octal | 216 | 21 | 110 | 0 | 130 | 61 | 54 | 516 | 117 | 37 |
| Binary | 10001110 | 10001 | 1001000 | 0 | 1011000 | 110001 | 101100 | 101001110 | 1001111 | 11111 |
Color Harmonies of #8E1148
Complementary color
Monochromatic Colors of #8E1148
Black with #8E1148
Text Example
Text Example
White with #8E1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1148; }
p { color: rgb(142,17,72); }
H1.HeaderClassName
{
color: #8E1148;
}
.AnyTagClassName
{
color: #8E1148;
}
</style>
background-color css
<style>
a { background-color: #8E1148; }
a { background-color: rgb(142,17,72); }
div.DivClassName
{
background-color: #8E1148;
}
.BgClassName
{
background-color: #8E1148;
}
</style>
border-color css
<style>
span { border-color: #8E1148; }
span { border-color: rgb(142,17,72); }
td.TdClassName
{
border-color: #8E1148;
}
.TagClassName
{
border-color: #8E1148;
}
</style>