Shades of Disco #8F3148
Tints of Disco #8F3148
RGB
CMYK
RGB Variations
Color information
#8F3148 (or 0x8F3148) is known color: Disco. HEX triplet: 8F, 31 and 48. RGB value is (143,49,72). Sum of RGB (Red+Green+Blue) = 143+49+72=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3148 is #70CEB7. Grayscale: #4F4F4F. Windows color (decimal): -7392952 or 4731279. OLE color: 4731279.
HSL color Cylindrical-coordinate representation of color #8F3148: hue angle of 345.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3148 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 72 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.44 |
| HSL | 345.32º | 0.49% | 0.38% | - |
| HSV(B) | 345.32º | 0.66% | 0.56% | - |
| XYZ | 13.6 | 8.5 | 7.06 | - |
| YUV | 79.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 72 | 0 | 0.66 | 0.50 | 0.44 | 345.32 | 0.49 | 0.38 |
| Hex | 8F | 31 | 48 | 0 | 42 | 32 | 2C | 159 | 31 | 26 |
| Octal | 217 | 61 | 110 | 0 | 102 | 62 | 54 | 531 | 61 | 46 |
| Binary | 10001111 | 110001 | 1001000 | 0 | 1000010 | 110010 | 101100 | 101011001 | 110001 | 100110 |
Color Harmonies of #8F3148
Complementary color
Monochromatic Colors of #8F3148
Black with #8F3148
Text Example
Text Example
White with #8F3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3148; }
p { color: rgb(143,49,72); }
H1.HeaderClassName
{
color: #8F3148;
}
.AnyTagClassName
{
color: #8F3148;
}
</style>
background-color css
<style>
a { background-color: #8F3148; }
a { background-color: rgb(143,49,72); }
div.DivClassName
{
background-color: #8F3148;
}
.BgClassName
{
background-color: #8F3148;
}
</style>
border-color css
<style>
span { border-color: #8F3148; }
span { border-color: rgb(143,49,72); }
td.TdClassName
{
border-color: #8F3148;
}
.TagClassName
{
border-color: #8F3148;
}
</style>