Shades of Disco #8F2047
Tints of Disco #8F2047
RGB
CMYK
RGB Variations
Color information
#8F2047 (or 0x8F2047) is known color: Disco. HEX triplet: 8F, 20 and 47. RGB value is (143,32,71). Sum of RGB (Red+Green+Blue) = 143+32+71=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2047 is #70DFB8. Grayscale: #454545. Windows color (decimal): -7397305 or 4661391. OLE color: 4661391.
HSL color Cylindrical-coordinate representation of color #8F2047: hue angle of 338.92º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2047 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 71 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.44 |
| HSL | 338.92º | 0.63% | 0.34% | - |
| HSV(B) | 338.92º | 0.78% | 0.56% | - |
| XYZ | 12.98 | 7.33 | 6.69 | - |
| YUV | 69.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 71 | 0 | 0.78 | 0.50 | 0.44 | 338.92 | 0.63 | 0.34 |
| Hex | 8F | 20 | 47 | 0 | 4E | 32 | 2C | 153 | 3F | 22 |
| Octal | 217 | 40 | 107 | 0 | 116 | 62 | 54 | 523 | 77 | 42 |
| Binary | 10001111 | 100000 | 1000111 | 0 | 1001110 | 110010 | 101100 | 101010011 | 111111 | 100010 |
Color Harmonies of #8F2047
Complementary color
Monochromatic Colors of #8F2047
Black with #8F2047
Text Example
Text Example
White with #8F2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2047; }
p { color: rgb(143,32,71); }
H1.HeaderClassName
{
color: #8F2047;
}
.AnyTagClassName
{
color: #8F2047;
}
</style>
background-color css
<style>
a { background-color: #8F2047; }
a { background-color: rgb(143,32,71); }
div.DivClassName
{
background-color: #8F2047;
}
.BgClassName
{
background-color: #8F2047;
}
</style>
border-color css
<style>
span { border-color: #8F2047; }
span { border-color: rgb(143,32,71); }
td.TdClassName
{
border-color: #8F2047;
}
.TagClassName
{
border-color: #8F2047;
}
</style>