Shades of Disco #8F324E
Tints of Disco #8F324E
RGB
CMYK
RGB Variations
Color information
#8F324E (or 0x8F324E) is known color: Disco. HEX triplet: 8F, 32 and 4E. RGB value is (143,50,78). Sum of RGB (Red+Green+Blue) = 143+50+78=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F324E is #70CDB1. Grayscale: #505050. Windows color (decimal): -7392690 or 5124751. OLE color: 5124751.
HSL color Cylindrical-coordinate representation of color #8F324E: hue angle of 341.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F324E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 78 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.44 |
| HSL | 341.94º | 0.48% | 0.38% | - |
| HSV(B) | 341.94º | 0.65% | 0.56% | - |
| XYZ | 13.84 | 8.67 | 8.15 | - |
| YUV | 81 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 78 | 0 | 0.65 | 0.45 | 0.44 | 341.94 | 0.48 | 0.38 |
| Hex | 8F | 32 | 4E | 0 | 41 | 2D | 2C | 156 | 30 | 26 |
| Octal | 217 | 62 | 116 | 0 | 101 | 55 | 54 | 526 | 60 | 46 |
| Binary | 10001111 | 110010 | 1001110 | 0 | 1000001 | 101101 | 101100 | 101010110 | 110000 | 100110 |
Color Harmonies of #8F324E
Complementary color
Monochromatic Colors of #8F324E
Black with #8F324E
Text Example
Text Example
White with #8F324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F324E; }
p { color: rgb(143,50,78); }
H1.HeaderClassName
{
color: #8F324E;
}
.AnyTagClassName
{
color: #8F324E;
}
</style>
background-color css
<style>
a { background-color: #8F324E; }
a { background-color: rgb(143,50,78); }
div.DivClassName
{
background-color: #8F324E;
}
.BgClassName
{
background-color: #8F324E;
}
</style>
border-color css
<style>
span { border-color: #8F324E; }
span { border-color: rgb(143,50,78); }
td.TdClassName
{
border-color: #8F324E;
}
.TagClassName
{
border-color: #8F324E;
}
</style>