Shades of Disco #8F1247
Tints of Disco #8F1247
RGB
CMYK
RGB Variations
Color information
#8F1247 (or 0x8F1247) is known color: Disco. HEX triplet: 8F, 12 and 47. RGB value is (143,18,71). Sum of RGB (Red+Green+Blue) = 143+18+71=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1247 is #70EDB8. Grayscale: #3D3D3D. Windows color (decimal): -7400889 or 4657807. OLE color: 4657807.
HSL color Cylindrical-coordinate representation of color #8F1247: hue angle of 334.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1247 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 18 | 71 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.44 |
| HSL | 334.56º | 0.78% | 0.32% | - |
| HSV(B) | 334.56º | 0.87% | 0.56% | - |
| XYZ | 12.68 | 6.73 | 6.59 | - |
| YUV | 61.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 71 | 0 | 0.87 | 0.50 | 0.44 | 334.56 | 0.78 | 0.32 |
| Hex | 8F | 12 | 47 | 0 | 57 | 32 | 2C | 14F | 4E | 20 |
| Octal | 217 | 22 | 107 | 0 | 127 | 62 | 54 | 517 | 116 | 40 |
| Binary | 10001111 | 10010 | 1000111 | 0 | 1010111 | 110010 | 101100 | 101001111 | 1001110 | 100000 |
Color Harmonies of #8F1247
Complementary color
Monochromatic Colors of #8F1247
Black with #8F1247
Text Example
Text Example
White with #8F1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1247; }
p { color: rgb(143,18,71); }
H1.HeaderClassName
{
color: #8F1247;
}
.AnyTagClassName
{
color: #8F1247;
}
</style>
background-color css
<style>
a { background-color: #8F1247; }
a { background-color: rgb(143,18,71); }
div.DivClassName
{
background-color: #8F1247;
}
.BgClassName
{
background-color: #8F1247;
}
</style>
border-color css
<style>
span { border-color: #8F1247; }
span { border-color: rgb(143,18,71); }
td.TdClassName
{
border-color: #8F1247;
}
.TagClassName
{
border-color: #8F1247;
}
</style>