Shades of Disco #8C304E
Tints of Disco #8C304E
RGB
CMYK
RGB Variations
Color information
#8C304E (or 0x8C304E) is known color: Disco. HEX triplet: 8C, 30 and 4E. RGB value is (140,48,78). Sum of RGB (Red+Green+Blue) = 140+48+78=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C304E is #73CFB1. Grayscale: #4E4E4E. Windows color (decimal): -7589810 or 5124236. OLE color: 5124236.
HSL color Cylindrical-coordinate representation of color #8C304E: hue angle of 340.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C304E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 78 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.45 |
| HSL | 340.43º | 0.49% | 0.37% | - |
| HSV(B) | 340.43º | 0.66% | 0.55% | - |
| XYZ | 13.25 | 8.24 | 8.1 | - |
| YUV | 78.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 78 | 0 | 0.66 | 0.44 | 0.45 | 340.43 | 0.49 | 0.37 |
| Hex | 8C | 30 | 4E | 0 | 42 | 2C | 2D | 154 | 31 | 25 |
| Octal | 214 | 60 | 116 | 0 | 102 | 54 | 55 | 524 | 61 | 45 |
| Binary | 10001100 | 110000 | 1001110 | 0 | 1000010 | 101100 | 101101 | 101010100 | 110001 | 100101 |
Color Harmonies of #8C304E
Complementary color
Monochromatic Colors of #8C304E
Black with #8C304E
Text Example
Text Example
White with #8C304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C304E; }
p { color: rgb(140,48,78); }
H1.HeaderClassName
{
color: #8C304E;
}
.AnyTagClassName
{
color: #8C304E;
}
</style>
background-color css
<style>
a { background-color: #8C304E; }
a { background-color: rgb(140,48,78); }
div.DivClassName
{
background-color: #8C304E;
}
.BgClassName
{
background-color: #8C304E;
}
</style>
border-color css
<style>
span { border-color: #8C304E; }
span { border-color: rgb(140,48,78); }
td.TdClassName
{
border-color: #8C304E;
}
.TagClassName
{
border-color: #8C304E;
}
</style>