Shades of Disco #8F274E
Tints of Disco #8F274E
RGB
CMYK
RGB Variations
Color information
#8F274E (or 0x8F274E) is known color: Disco. HEX triplet: 8F, 27 and 4E. RGB value is (143,39,78). Sum of RGB (Red+Green+Blue) = 143+39+78=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F274E is #70D8B1. Grayscale: #4A4A4A. Windows color (decimal): -7395506 or 5121935. OLE color: 5121935.
HSL color Cylindrical-coordinate representation of color #8F274E: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F274E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 78 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.44 |
| HSL | 337.5º | 0.57% | 0.36% | - |
| HSV(B) | 337.5º | 0.73% | 0.56% | - |
| XYZ | 13.43 | 7.84 | 8.01 | - |
| YUV | 74.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 78 | 0 | 0.73 | 0.45 | 0.44 | 337.5 | 0.57 | 0.36 |
| Hex | 8F | 27 | 4E | 0 | 49 | 2D | 2C | 152 | 39 | 24 |
| Octal | 217 | 47 | 116 | 0 | 111 | 55 | 54 | 522 | 71 | 44 |
| Binary | 10001111 | 100111 | 1001110 | 0 | 1001001 | 101101 | 101100 | 101010010 | 111001 | 100100 |
Color Harmonies of #8F274E
Complementary color
Monochromatic Colors of #8F274E
Black with #8F274E
Text Example
Text Example
White with #8F274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F274E; }
p { color: rgb(143,39,78); }
H1.HeaderClassName
{
color: #8F274E;
}
.AnyTagClassName
{
color: #8F274E;
}
</style>
background-color css
<style>
a { background-color: #8F274E; }
a { background-color: rgb(143,39,78); }
div.DivClassName
{
background-color: #8F274E;
}
.BgClassName
{
background-color: #8F274E;
}
</style>
border-color css
<style>
span { border-color: #8F274E; }
span { border-color: rgb(143,39,78); }
td.TdClassName
{
border-color: #8F274E;
}
.TagClassName
{
border-color: #8F274E;
}
</style>