Shades of Disco #8F2A4E
Tints of Disco #8F2A4E
RGB
CMYK
RGB Variations
Color information
#8F2A4E (or 0x8F2A4E) is known color: Disco. HEX triplet: 8F, 2A and 4E. RGB value is (143,42,78). Sum of RGB (Red+Green+Blue) = 143+42+78=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2A4E is #70D5B1. Grayscale: #4C4C4C. Windows color (decimal): -7394738 or 5122703. OLE color: 5122703.
HSL color Cylindrical-coordinate representation of color #8F2A4E: hue angle of 338.61º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2A4E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 78 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.44 |
| HSL | 338.61º | 0.55% | 0.36% | - |
| HSV(B) | 338.61º | 0.71% | 0.56% | - |
| XYZ | 13.53 | 8.05 | 8.05 | - |
| YUV | 76.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 78 | 0 | 0.71 | 0.45 | 0.44 | 338.61 | 0.55 | 0.36 |
| Hex | 8F | 2A | 4E | 0 | 47 | 2D | 2C | 153 | 37 | 24 |
| Octal | 217 | 52 | 116 | 0 | 107 | 55 | 54 | 523 | 67 | 44 |
| Binary | 10001111 | 101010 | 1001110 | 0 | 1000111 | 101101 | 101100 | 101010011 | 110111 | 100100 |
Color Harmonies of #8F2A4E
Complementary color
Monochromatic Colors of #8F2A4E
Black with #8F2A4E
Text Example
Text Example
White with #8F2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A4E; }
p { color: rgb(143,42,78); }
H1.HeaderClassName
{
color: #8F2A4E;
}
.AnyTagClassName
{
color: #8F2A4E;
}
</style>
background-color css
<style>
a { background-color: #8F2A4E; }
a { background-color: rgb(143,42,78); }
div.DivClassName
{
background-color: #8F2A4E;
}
.BgClassName
{
background-color: #8F2A4E;
}
</style>
border-color css
<style>
span { border-color: #8F2A4E; }
span { border-color: rgb(143,42,78); }
td.TdClassName
{
border-color: #8F2A4E;
}
.TagClassName
{
border-color: #8F2A4E;
}
</style>