Shades of Disco #8C334C
Tints of Disco #8C334C
RGB
CMYK
RGB Variations
Color information
#8C334C (or 0x8C334C) is known color: Disco. HEX triplet: 8C, 33 and 4C. RGB value is (140,51,76). Sum of RGB (Red+Green+Blue) = 140+51+76=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C334C is #73CCB3. Grayscale: #505050. Windows color (decimal): -7589044 or 4993932. OLE color: 4993932.
HSL color Cylindrical-coordinate representation of color #8C334C: hue angle of 343.15º 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 #8C334C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 76 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.45 |
| HSL | 343.15º | 0.47% | 0.37% | - |
| HSV(B) | 343.15º | 0.64% | 0.55% | - |
| XYZ | 13.3 | 8.46 | 7.77 | - |
| YUV | 80.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 76 | 0 | 0.64 | 0.46 | 0.45 | 343.15 | 0.47 | 0.37 |
| Hex | 8C | 33 | 4C | 0 | 40 | 2E | 2D | 157 | 2F | 25 |
| Octal | 214 | 63 | 114 | 0 | 100 | 56 | 55 | 527 | 57 | 45 |
| Binary | 10001100 | 110011 | 1001100 | 0 | 1000000 | 101110 | 101101 | 101010111 | 101111 | 100101 |
Color Harmonies of #8C334C
Complementary color
Monochromatic Colors of #8C334C
Black with #8C334C
Text Example
Text Example
White with #8C334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C334C; }
p { color: rgb(140,51,76); }
H1.HeaderClassName
{
color: #8C334C;
}
.AnyTagClassName
{
color: #8C334C;
}
</style>
background-color css
<style>
a { background-color: #8C334C; }
a { background-color: rgb(140,51,76); }
div.DivClassName
{
background-color: #8C334C;
}
.BgClassName
{
background-color: #8C334C;
}
</style>
border-color css
<style>
span { border-color: #8C334C; }
span { border-color: rgb(140,51,76); }
td.TdClassName
{
border-color: #8C334C;
}
.TagClassName
{
border-color: #8C334C;
}
</style>