Shades of Disco #8C334F
Tints of Disco #8C334F
RGB
CMYK
RGB Variations
Color information
#8C334F (or 0x8C334F) is known color: Disco. HEX triplet: 8C, 33 and 4F. RGB value is (140,51,79). Sum of RGB (Red+Green+Blue) = 140+51+79=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C334F is #73CCB0. Grayscale: #505050. Windows color (decimal): -7589041 or 5190540. OLE color: 5190540.
HSL color Cylindrical-coordinate representation of color #8C334F: hue angle of 341.12º 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 #8C334F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 79 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.45 |
| HSL | 341.12º | 0.47% | 0.37% | - |
| HSV(B) | 341.12º | 0.64% | 0.55% | - |
| XYZ | 13.41 | 8.51 | 8.33 | - |
| YUV | 80.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 79 | 0 | 0.64 | 0.44 | 0.45 | 341.12 | 0.47 | 0.37 |
| Hex | 8C | 33 | 4F | 0 | 40 | 2C | 2D | 155 | 2F | 25 |
| Octal | 214 | 63 | 117 | 0 | 100 | 54 | 55 | 525 | 57 | 45 |
| Binary | 10001100 | 110011 | 1001111 | 0 | 1000000 | 101100 | 101101 | 101010101 | 101111 | 100101 |
Color Harmonies of #8C334F
Complementary color
Monochromatic Colors of #8C334F
Black with #8C334F
Text Example
Text Example
White with #8C334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C334F; }
p { color: rgb(140,51,79); }
H1.HeaderClassName
{
color: #8C334F;
}
.AnyTagClassName
{
color: #8C334F;
}
</style>
background-color css
<style>
a { background-color: #8C334F; }
a { background-color: rgb(140,51,79); }
div.DivClassName
{
background-color: #8C334F;
}
.BgClassName
{
background-color: #8C334F;
}
</style>
border-color css
<style>
span { border-color: #8C334F; }
span { border-color: rgb(140,51,79); }
td.TdClassName
{
border-color: #8C334F;
}
.TagClassName
{
border-color: #8C334F;
}
</style>