Shades of Disco #8E324F
Tints of Disco #8E324F
RGB
CMYK
RGB Variations
Color information
#8E324F (or 0x8E324F) is known color: Disco. HEX triplet: 8E, 32 and 4F. RGB value is (142,50,79). Sum of RGB (Red+Green+Blue) = 142+50+79=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E324F is #71CDB0. Grayscale: #505050. Windows color (decimal): -7458225 or 5190286. OLE color: 5190286.
HSL color Cylindrical-coordinate representation of color #8E324F: hue angle of 341.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E324F is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 79 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.44 |
| HSL | 341.09º | 0.48% | 0.38% | - |
| HSV(B) | 341.09º | 0.65% | 0.56% | - |
| XYZ | 13.71 | 8.6 | 8.33 | - |
| YUV | 80.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 79 | 0 | 0.65 | 0.44 | 0.44 | 341.09 | 0.48 | 0.38 |
| Hex | 8E | 32 | 4F | 0 | 41 | 2C | 2C | 155 | 30 | 26 |
| Octal | 216 | 62 | 117 | 0 | 101 | 54 | 54 | 525 | 60 | 46 |
| Binary | 10001110 | 110010 | 1001111 | 0 | 1000001 | 101100 | 101100 | 101010101 | 110000 | 100110 |
Color Harmonies of #8E324F
Complementary color
Monochromatic Colors of #8E324F
Black with #8E324F
Text Example
Text Example
White with #8E324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E324F; }
p { color: rgb(142,50,79); }
H1.HeaderClassName
{
color: #8E324F;
}
.AnyTagClassName
{
color: #8E324F;
}
</style>
background-color css
<style>
a { background-color: #8E324F; }
a { background-color: rgb(142,50,79); }
div.DivClassName
{
background-color: #8E324F;
}
.BgClassName
{
background-color: #8E324F;
}
</style>
border-color css
<style>
span { border-color: #8E324F; }
span { border-color: rgb(142,50,79); }
td.TdClassName
{
border-color: #8E324F;
}
.TagClassName
{
border-color: #8E324F;
}
</style>