Shades of Disco #8E284F
Tints of Disco #8E284F
RGB
CMYK
RGB Variations
Color information
#8E284F (or 0x8E284F) is known color: Disco. HEX triplet: 8E, 28 and 4F. RGB value is (142,40,79). Sum of RGB (Red+Green+Blue) = 142+40+79=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E284F is #71D7B0. Grayscale: #4A4A4A. Windows color (decimal): -7460785 or 5187726. OLE color: 5187726.
HSL color Cylindrical-coordinate representation of color #8E284F: hue angle of 337.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E284F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 79 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.44 |
| HSL | 337.06º | 0.56% | 0.36% | - |
| HSV(B) | 337.06º | 0.72% | 0.56% | - |
| XYZ | 13.33 | 7.83 | 8.21 | - |
| YUV | 74.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 79 | 0 | 0.72 | 0.44 | 0.44 | 337.06 | 0.56 | 0.36 |
| Hex | 8E | 28 | 4F | 0 | 48 | 2C | 2C | 151 | 38 | 24 |
| Octal | 216 | 50 | 117 | 0 | 110 | 54 | 54 | 521 | 70 | 44 |
| Binary | 10001110 | 101000 | 1001111 | 0 | 1001000 | 101100 | 101100 | 101010001 | 111000 | 100100 |
Color Harmonies of #8E284F
Complementary color
Monochromatic Colors of #8E284F
Black with #8E284F
Text Example
Text Example
White with #8E284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E284F; }
p { color: rgb(142,40,79); }
H1.HeaderClassName
{
color: #8E284F;
}
.AnyTagClassName
{
color: #8E284F;
}
</style>
background-color css
<style>
a { background-color: #8E284F; }
a { background-color: rgb(142,40,79); }
div.DivClassName
{
background-color: #8E284F;
}
.BgClassName
{
background-color: #8E284F;
}
</style>
border-color css
<style>
span { border-color: #8E284F; }
span { border-color: rgb(142,40,79); }
td.TdClassName
{
border-color: #8E284F;
}
.TagClassName
{
border-color: #8E284F;
}
</style>