Shades of Disco #8F254D
Tints of Disco #8F254D
RGB
CMYK
RGB Variations
Color information
#8F254D (or 0x8F254D) is known color: Disco. HEX triplet: 8F, 25 and 4D. RGB value is (143,37,77). Sum of RGB (Red+Green+Blue) = 143+37+77=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F254D is #70DAB2. Grayscale: #494949. Windows color (decimal): -7396019 or 5055887. OLE color: 5055887.
HSL color Cylindrical-coordinate representation of color #8F254D: hue angle of 337.36º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F254D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 77 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.44 |
| HSL | 337.36º | 0.59% | 0.35% | - |
| HSV(B) | 337.36º | 0.74% | 0.56% | - |
| XYZ | 13.33 | 7.7 | 7.8 | - |
| YUV | 73.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 77 | 0 | 0.74 | 0.46 | 0.44 | 337.36 | 0.59 | 0.35 |
| Hex | 8F | 25 | 4D | 0 | 4A | 2E | 2C | 151 | 3B | 23 |
| Octal | 217 | 45 | 115 | 0 | 112 | 56 | 54 | 521 | 73 | 43 |
| Binary | 10001111 | 100101 | 1001101 | 0 | 1001010 | 101110 | 101100 | 101010001 | 111011 | 100011 |
Color Harmonies of #8F254D
Complementary color
Monochromatic Colors of #8F254D
Black with #8F254D
Text Example
Text Example
White with #8F254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F254D; }
p { color: rgb(143,37,77); }
H1.HeaderClassName
{
color: #8F254D;
}
.AnyTagClassName
{
color: #8F254D;
}
</style>
background-color css
<style>
a { background-color: #8F254D; }
a { background-color: rgb(143,37,77); }
div.DivClassName
{
background-color: #8F254D;
}
.BgClassName
{
background-color: #8F254D;
}
</style>
border-color css
<style>
span { border-color: #8F254D; }
span { border-color: rgb(143,37,77); }
td.TdClassName
{
border-color: #8F254D;
}
.TagClassName
{
border-color: #8F254D;
}
</style>