Shades of Disco #8F354E
Tints of Disco #8F354E
RGB
CMYK
RGB Variations
Color information
#8F354E (or 0x8F354E) is known color: Disco. HEX triplet: 8F, 35 and 4E. RGB value is (143,53,78). Sum of RGB (Red+Green+Blue) = 143+53+78=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F354E is #70CAB1. Grayscale: #525252. Windows color (decimal): -7391922 or 5125519. OLE color: 5125519.
HSL color Cylindrical-coordinate representation of color #8F354E: hue angle of 343.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F354E is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 78 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.44 |
| HSL | 343.33º | 0.46% | 0.38% | - |
| HSV(B) | 343.33º | 0.63% | 0.56% | - |
| XYZ | 13.98 | 8.94 | 8.2 | - |
| YUV | 82.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 78 | 0 | 0.63 | 0.45 | 0.44 | 343.33 | 0.46 | 0.38 |
| Hex | 8F | 35 | 4E | 0 | 3F | 2D | 2C | 157 | 2E | 26 |
| Octal | 217 | 65 | 116 | 0 | 77 | 55 | 54 | 527 | 56 | 46 |
| Binary | 10001111 | 110101 | 1001110 | 0 | 111111 | 101101 | 101100 | 101010111 | 101110 | 100110 |
Color Harmonies of #8F354E
Complementary color
Monochromatic Colors of #8F354E
Black with #8F354E
Text Example
Text Example
White with #8F354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F354E; }
p { color: rgb(143,53,78); }
H1.HeaderClassName
{
color: #8F354E;
}
.AnyTagClassName
{
color: #8F354E;
}
</style>
background-color css
<style>
a { background-color: #8F354E; }
a { background-color: rgb(143,53,78); }
div.DivClassName
{
background-color: #8F354E;
}
.BgClassName
{
background-color: #8F354E;
}
</style>
border-color css
<style>
span { border-color: #8F354E; }
span { border-color: rgb(143,53,78); }
td.TdClassName
{
border-color: #8F354E;
}
.TagClassName
{
border-color: #8F354E;
}
</style>