Shades of Disco #8D264E
Tints of Disco #8D264E
RGB
CMYK
RGB Variations
Color information
#8D264E (or 0x8D264E) is known color: Disco. HEX triplet: 8D, 26 and 4E. RGB value is (141,38,78). Sum of RGB (Red+Green+Blue) = 141+38+78=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D264E is #72D9B1. Grayscale: #494949. Windows color (decimal): -7526834 or 5121677. OLE color: 5121677.
HSL color Cylindrical-coordinate representation of color #8D264E: hue angle of 336.7º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D264E is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 78 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.45 |
| HSL | 336.7º | 0.58% | 0.35% | - |
| HSV(B) | 336.7º | 0.73% | 0.55% | - |
| XYZ | 13.05 | 7.6 | 7.99 | - |
| YUV | 73.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 78 | 0 | 0.73 | 0.45 | 0.45 | 336.7 | 0.58 | 0.35 |
| Hex | 8D | 26 | 4E | 0 | 49 | 2D | 2D | 151 | 3A | 23 |
| Octal | 215 | 46 | 116 | 0 | 111 | 55 | 55 | 521 | 72 | 43 |
| Binary | 10001101 | 100110 | 1001110 | 0 | 1001001 | 101101 | 101101 | 101010001 | 111010 | 100011 |
Color Harmonies of #8D264E
Complementary color
Monochromatic Colors of #8D264E
Black with #8D264E
Text Example
Text Example
White with #8D264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D264E; }
p { color: rgb(141,38,78); }
H1.HeaderClassName
{
color: #8D264E;
}
.AnyTagClassName
{
color: #8D264E;
}
</style>
background-color css
<style>
a { background-color: #8D264E; }
a { background-color: rgb(141,38,78); }
div.DivClassName
{
background-color: #8D264E;
}
.BgClassName
{
background-color: #8D264E;
}
</style>
border-color css
<style>
span { border-color: #8D264E; }
span { border-color: rgb(141,38,78); }
td.TdClassName
{
border-color: #8D264E;
}
.TagClassName
{
border-color: #8D264E;
}
</style>