Shades of Disco #8F2246
Tints of Disco #8F2246
RGB
CMYK
RGB Variations
Color information
#8F2246 (or 0x8F2246) is known color: Disco. HEX triplet: 8F, 22 and 46. RGB value is (143,34,70). Sum of RGB (Red+Green+Blue) = 143+34+70=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2246 is #70DDB9. Grayscale: #464646. Windows color (decimal): -7396794 or 4596367. OLE color: 4596367.
HSL color Cylindrical-coordinate representation of color #8F2246: hue angle of 340.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2246 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 70 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.44 |
| HSL | 340.18º | 0.62% | 0.35% | - |
| HSV(B) | 340.18º | 0.76% | 0.56% | - |
| XYZ | 13.01 | 7.43 | 6.54 | - |
| YUV | 70.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 70 | 0 | 0.76 | 0.51 | 0.44 | 340.18 | 0.62 | 0.35 |
| Hex | 8F | 22 | 46 | 0 | 4C | 33 | 2C | 154 | 3E | 23 |
| Octal | 217 | 42 | 106 | 0 | 114 | 63 | 54 | 524 | 76 | 43 |
| Binary | 10001111 | 100010 | 1000110 | 0 | 1001100 | 110011 | 101100 | 101010100 | 111110 | 100011 |
Color Harmonies of #8F2246
Complementary color
Monochromatic Colors of #8F2246
Black with #8F2246
Text Example
Text Example
White with #8F2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2246; }
p { color: rgb(143,34,70); }
H1.HeaderClassName
{
color: #8F2246;
}
.AnyTagClassName
{
color: #8F2246;
}
</style>
background-color css
<style>
a { background-color: #8F2246; }
a { background-color: rgb(143,34,70); }
div.DivClassName
{
background-color: #8F2246;
}
.BgClassName
{
background-color: #8F2246;
}
</style>
border-color css
<style>
span { border-color: #8F2246; }
span { border-color: rgb(143,34,70); }
td.TdClassName
{
border-color: #8F2246;
}
.TagClassName
{
border-color: #8F2246;
}
</style>