Shades of Disco #8E3A53
Tints of Disco #8E3A53
RGB
CMYK
RGB Variations
Color information
#8E3A53 (or 0x8E3A53) is known color: Disco. HEX triplet: 8E, 3A and 53. RGB value is (142,58,83). Sum of RGB (Red+Green+Blue) = 142+58+83=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A53 is #71C5AC. Grayscale: #555555. Windows color (decimal): -7456173 or 5454478. OLE color: 5454478.
HSL color Cylindrical-coordinate representation of color #8E3A53: hue angle of 342.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A53 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 83 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.44 |
| HSL | 342.14º | 0.42% | 0.39% | - |
| HSV(B) | 342.14º | 0.59% | 0.56% | - |
| XYZ | 14.23 | 9.4 | 9.25 | - |
| YUV | 85.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 83 | 0 | 0.59 | 0.42 | 0.44 | 342.14 | 0.42 | 0.39 |
| Hex | 8E | 3A | 53 | 0 | 3B | 2A | 2C | 156 | 2A | 27 |
| Octal | 216 | 72 | 123 | 0 | 73 | 52 | 54 | 526 | 52 | 47 |
| Binary | 10001110 | 111010 | 1010011 | 0 | 111011 | 101010 | 101100 | 101010110 | 101010 | 100111 |
Color Harmonies of #8E3A53
Complementary color
Monochromatic Colors of #8E3A53
Black with #8E3A53
Text Example
Text Example
White with #8E3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A53; }
p { color: rgb(142,58,83); }
H1.HeaderClassName
{
color: #8E3A53;
}
.AnyTagClassName
{
color: #8E3A53;
}
</style>
background-color css
<style>
a { background-color: #8E3A53; }
a { background-color: rgb(142,58,83); }
div.DivClassName
{
background-color: #8E3A53;
}
.BgClassName
{
background-color: #8E3A53;
}
</style>
border-color css
<style>
span { border-color: #8E3A53; }
span { border-color: rgb(142,58,83); }
td.TdClassName
{
border-color: #8E3A53;
}
.TagClassName
{
border-color: #8E3A53;
}
</style>