Shades of Disco #8E1147
Tints of Disco #8E1147
RGB
CMYK
RGB Variations
Color information
#8E1147 (or 0x8E1147) is known color: Disco. HEX triplet: 8E, 11 and 47. RGB value is (142,17,71). Sum of RGB (Red+Green+Blue) = 142+17+71=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1147 is #71EEB8. Grayscale: #3C3C3C. Windows color (decimal): -7466681 or 4657550. OLE color: 4657550.
HSL color Cylindrical-coordinate representation of color #8E1147: hue angle of 334.08º 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 #8E1147 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 71 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.44 |
| HSL | 334.08º | 0.79% | 0.31% | - |
| HSV(B) | 334.08º | 0.88% | 0.56% | - |
| XYZ | 12.49 | 6.61 | 6.58 | - |
| YUV | 60.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 71 | 0 | 0.88 | 0.5 | 0.44 | 334.08 | 0.79 | 0.31 |
| Hex | 8E | 11 | 47 | 0 | 58 | 32 | 2C | 14E | 4F | 1F |
| Octal | 216 | 21 | 107 | 0 | 130 | 62 | 54 | 516 | 117 | 37 |
| Binary | 10001110 | 10001 | 1000111 | 0 | 1011000 | 110010 | 101100 | 101001110 | 1001111 | 11111 |
Color Harmonies of #8E1147
Complementary color
Monochromatic Colors of #8E1147
Black with #8E1147
Text Example
Text Example
White with #8E1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1147; }
p { color: rgb(142,17,71); }
H1.HeaderClassName
{
color: #8E1147;
}
.AnyTagClassName
{
color: #8E1147;
}
</style>
background-color css
<style>
a { background-color: #8E1147; }
a { background-color: rgb(142,17,71); }
div.DivClassName
{
background-color: #8E1147;
}
.BgClassName
{
background-color: #8E1147;
}
</style>
border-color css
<style>
span { border-color: #8E1147; }
span { border-color: rgb(142,17,71); }
td.TdClassName
{
border-color: #8E1147;
}
.TagClassName
{
border-color: #8E1147;
}
</style>