Shades of Disco #8F1140
Tints of Disco #8F1140
RGB
CMYK
RGB Variations
Color information
#8F1140 (or 0x8F1140) is known color: Disco. HEX triplet: 8F, 11 and 40. RGB value is (143,17,64). Sum of RGB (Red+Green+Blue) = 143+17+64=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1140 is #70EEBF. Grayscale: #3B3B3B. Windows color (decimal): -7401152 or 4198799. OLE color: 4198799.
HSL color Cylindrical-coordinate representation of color #8F1140: hue angle of 337.62º 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 #8F1140 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 64 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.44 |
| HSL | 337.62º | 0.79% | 0.31% | - |
| HSV(B) | 337.62º | 0.88% | 0.56% | - |
| XYZ | 12.45 | 6.61 | 5.47 | - |
| YUV | 60.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 64 | 0 | 0.88 | 0.55 | 0.44 | 337.62 | 0.79 | 0.31 |
| Hex | 8F | 11 | 40 | 0 | 58 | 37 | 2C | 152 | 4F | 1F |
| Octal | 217 | 21 | 100 | 0 | 130 | 67 | 54 | 522 | 117 | 37 |
| Binary | 10001111 | 10001 | 1000000 | 0 | 1011000 | 110111 | 101100 | 101010010 | 1001111 | 11111 |
Color Harmonies of #8F1140
Complementary color
Monochromatic Colors of #8F1140
Black with #8F1140
Text Example
Text Example
White with #8F1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1140; }
p { color: rgb(143,17,64); }
H1.HeaderClassName
{
color: #8F1140;
}
.AnyTagClassName
{
color: #8F1140;
}
</style>
background-color css
<style>
a { background-color: #8F1140; }
a { background-color: rgb(143,17,64); }
div.DivClassName
{
background-color: #8F1140;
}
.BgClassName
{
background-color: #8F1140;
}
</style>
border-color css
<style>
span { border-color: #8F1140; }
span { border-color: rgb(143,17,64); }
td.TdClassName
{
border-color: #8F1140;
}
.TagClassName
{
border-color: #8F1140;
}
</style>