Shades of Disco #8C334D
Tints of Disco #8C334D
RGB
CMYK
RGB Variations
Color information
#8C334D (or 0x8C334D) is known color: Disco. HEX triplet: 8C, 33 and 4D. RGB value is (140,51,77). Sum of RGB (Red+Green+Blue) = 140+51+77=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C334D is #73CCB2. Grayscale: #505050. Windows color (decimal): -7589043 or 5059468. OLE color: 5059468.
HSL color Cylindrical-coordinate representation of color #8C334D: hue angle of 342.47º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C334D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 77 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.45 |
| HSL | 342.47º | 0.47% | 0.37% | - |
| HSV(B) | 342.47º | 0.64% | 0.55% | - |
| XYZ | 13.34 | 8.48 | 7.95 | - |
| YUV | 80.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 77 | 0 | 0.64 | 0.45 | 0.45 | 342.47 | 0.47 | 0.37 |
| Hex | 8C | 33 | 4D | 0 | 40 | 2D | 2D | 156 | 2F | 25 |
| Octal | 214 | 63 | 115 | 0 | 100 | 55 | 55 | 526 | 57 | 45 |
| Binary | 10001100 | 110011 | 1001101 | 0 | 1000000 | 101101 | 101101 | 101010110 | 101111 | 100101 |
Color Harmonies of #8C334D
Complementary color
Monochromatic Colors of #8C334D
Black with #8C334D
Text Example
Text Example
White with #8C334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C334D; }
p { color: rgb(140,51,77); }
H1.HeaderClassName
{
color: #8C334D;
}
.AnyTagClassName
{
color: #8C334D;
}
</style>
background-color css
<style>
a { background-color: #8C334D; }
a { background-color: rgb(140,51,77); }
div.DivClassName
{
background-color: #8C334D;
}
.BgClassName
{
background-color: #8C334D;
}
</style>
border-color css
<style>
span { border-color: #8C334D; }
span { border-color: rgb(140,51,77); }
td.TdClassName
{
border-color: #8C334D;
}
.TagClassName
{
border-color: #8C334D;
}
</style>