Shades of Disco #8F3850
Tints of Disco #8F3850
RGB
CMYK
RGB Variations
Color information
#8F3850 (or 0x8F3850) is known color: Disco. HEX triplet: 8F, 38 and 50. RGB value is (143,56,80). Sum of RGB (Red+Green+Blue) = 143+56+80=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3850 is #70C7AF. Grayscale: #545454. Windows color (decimal): -7391152 or 5257359. OLE color: 5257359.
HSL color Cylindrical-coordinate representation of color #8F3850: hue angle of 343.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3850 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 80 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.44 |
| HSL | 343.45º | 0.44% | 0.39% | - |
| HSV(B) | 343.45º | 0.61% | 0.56% | - |
| XYZ | 14.19 | 9.25 | 8.63 | - |
| YUV | 84.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 80 | 0 | 0.61 | 0.44 | 0.44 | 343.45 | 0.44 | 0.39 |
| Hex | 8F | 38 | 50 | 0 | 3D | 2C | 2C | 157 | 2C | 27 |
| Octal | 217 | 70 | 120 | 0 | 75 | 54 | 54 | 527 | 54 | 47 |
| Binary | 10001111 | 111000 | 1010000 | 0 | 111101 | 101100 | 101100 | 101010111 | 101100 | 100111 |
Color Harmonies of #8F3850
Complementary color
Monochromatic Colors of #8F3850
Black with #8F3850
Text Example
Text Example
White with #8F3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3850; }
p { color: rgb(143,56,80); }
H1.HeaderClassName
{
color: #8F3850;
}
.AnyTagClassName
{
color: #8F3850;
}
</style>
background-color css
<style>
a { background-color: #8F3850; }
a { background-color: rgb(143,56,80); }
div.DivClassName
{
background-color: #8F3850;
}
.BgClassName
{
background-color: #8F3850;
}
</style>
border-color css
<style>
span { border-color: #8F3850; }
span { border-color: rgb(143,56,80); }
td.TdClassName
{
border-color: #8F3850;
}
.TagClassName
{
border-color: #8F3850;
}
</style>