Shades of Disco #8E334C
Tints of Disco #8E334C
RGB
CMYK
RGB Variations
Color information
#8E334C (or 0x8E334C) is known color: Disco. HEX triplet: 8E, 33 and 4C. RGB value is (142,51,76). Sum of RGB (Red+Green+Blue) = 142+51+76=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E334C is #71CCB3. Grayscale: #515151. Windows color (decimal): -7457972 or 4993934. OLE color: 4993934.
HSL color Cylindrical-coordinate representation of color #8E334C: hue angle of 343.52º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E334C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 76 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.44 |
| HSL | 343.52º | 0.47% | 0.38% | - |
| HSV(B) | 343.52º | 0.64% | 0.56% | - |
| XYZ | 13.64 | 8.64 | 7.79 | - |
| YUV | 81.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 76 | 0 | 0.64 | 0.46 | 0.44 | 343.52 | 0.47 | 0.38 |
| Hex | 8E | 33 | 4C | 0 | 40 | 2E | 2C | 158 | 2F | 26 |
| Octal | 216 | 63 | 114 | 0 | 100 | 56 | 54 | 530 | 57 | 46 |
| Binary | 10001110 | 110011 | 1001100 | 0 | 1000000 | 101110 | 101100 | 101011000 | 101111 | 100110 |
Color Harmonies of #8E334C
Complementary color
Monochromatic Colors of #8E334C
Black with #8E334C
Text Example
Text Example
White with #8E334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E334C; }
p { color: rgb(142,51,76); }
H1.HeaderClassName
{
color: #8E334C;
}
.AnyTagClassName
{
color: #8E334C;
}
</style>
background-color css
<style>
a { background-color: #8E334C; }
a { background-color: rgb(142,51,76); }
div.DivClassName
{
background-color: #8E334C;
}
.BgClassName
{
background-color: #8E334C;
}
</style>
border-color css
<style>
span { border-color: #8E334C; }
span { border-color: rgb(142,51,76); }
td.TdClassName
{
border-color: #8E334C;
}
.TagClassName
{
border-color: #8E334C;
}
</style>