Shades of Disco #8E3151
Tints of Disco #8E3151
RGB
CMYK
RGB Variations
Color information
#8E3151 (or 0x8E3151) is known color: Disco. HEX triplet: 8E, 31 and 51. RGB value is (142,49,81). Sum of RGB (Red+Green+Blue) = 142+49+81=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3151 is #71CEAE. Grayscale: #505050. Windows color (decimal): -7458479 or 5321102. OLE color: 5321102.
HSL color Cylindrical-coordinate representation of color #8E3151: hue angle of 339.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3151 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 81 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.44 |
| HSL | 339.35º | 0.49% | 0.37% | - |
| HSV(B) | 339.35º | 0.65% | 0.56% | - |
| XYZ | 13.74 | 8.54 | 8.71 | - |
| YUV | 80.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 81 | 0 | 0.65 | 0.43 | 0.44 | 339.35 | 0.49 | 0.37 |
| Hex | 8E | 31 | 51 | 0 | 41 | 2B | 2C | 153 | 31 | 25 |
| Octal | 216 | 61 | 121 | 0 | 101 | 53 | 54 | 523 | 61 | 45 |
| Binary | 10001110 | 110001 | 1010001 | 0 | 1000001 | 101011 | 101100 | 101010011 | 110001 | 100101 |
Color Harmonies of #8E3151
Complementary color
Monochromatic Colors of #8E3151
Black with #8E3151
Text Example
Text Example
White with #8E3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3151; }
p { color: rgb(142,49,81); }
H1.HeaderClassName
{
color: #8E3151;
}
.AnyTagClassName
{
color: #8E3151;
}
</style>
background-color css
<style>
a { background-color: #8E3151; }
a { background-color: rgb(142,49,81); }
div.DivClassName
{
background-color: #8E3151;
}
.BgClassName
{
background-color: #8E3151;
}
</style>
border-color css
<style>
span { border-color: #8E3151; }
span { border-color: rgb(142,49,81); }
td.TdClassName
{
border-color: #8E3151;
}
.TagClassName
{
border-color: #8E3151;
}
</style>