Shades of Disco #8C254E
Tints of Disco #8C254E
RGB
CMYK
RGB Variations
Color information
#8C254E (or 0x8C254E) is known color: Disco. HEX triplet: 8C, 25 and 4E. RGB value is (140,37,78). Sum of RGB (Red+Green+Blue) = 140+37+78=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C254E is #73DAB1. Grayscale: #484848. Windows color (decimal): -7592626 or 5121420. OLE color: 5121420.
HSL color Cylindrical-coordinate representation of color #8C254E: hue angle of 336.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C254E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 78 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.45 |
| HSL | 336.12º | 0.58% | 0.35% | - |
| HSV(B) | 336.12º | 0.74% | 0.55% | - |
| XYZ | 12.85 | 7.45 | 7.97 | - |
| YUV | 72.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 78 | 0 | 0.74 | 0.44 | 0.45 | 336.12 | 0.58 | 0.35 |
| Hex | 8C | 25 | 4E | 0 | 4A | 2C | 2D | 150 | 3A | 23 |
| Octal | 214 | 45 | 116 | 0 | 112 | 54 | 55 | 520 | 72 | 43 |
| Binary | 10001100 | 100101 | 1001110 | 0 | 1001010 | 101100 | 101101 | 101010000 | 111010 | 100011 |
Color Harmonies of #8C254E
Complementary color
Monochromatic Colors of #8C254E
Black with #8C254E
Text Example
Text Example
White with #8C254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C254E; }
p { color: rgb(140,37,78); }
H1.HeaderClassName
{
color: #8C254E;
}
.AnyTagClassName
{
color: #8C254E;
}
</style>
background-color css
<style>
a { background-color: #8C254E; }
a { background-color: rgb(140,37,78); }
div.DivClassName
{
background-color: #8C254E;
}
.BgClassName
{
background-color: #8C254E;
}
</style>
border-color css
<style>
span { border-color: #8C254E; }
span { border-color: rgb(140,37,78); }
td.TdClassName
{
border-color: #8C254E;
}
.TagClassName
{
border-color: #8C254E;
}
</style>