Shades of Disco #8D334E
Tints of Disco #8D334E
RGB
CMYK
RGB Variations
Color information
#8D334E (or 0x8D334E) is known color: Disco. HEX triplet: 8D, 33 and 4E. RGB value is (141,51,78). Sum of RGB (Red+Green+Blue) = 141+51+78=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D334E is #72CCB1. Grayscale: #505050. Windows color (decimal): -7523506 or 5125005. OLE color: 5125005.
HSL color Cylindrical-coordinate representation of color #8D334E: hue angle of 342º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D334E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 78 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.45 |
| HSL | 342º | 0.47% | 0.38% | - |
| HSV(B) | 342º | 0.64% | 0.55% | - |
| XYZ | 13.54 | 8.58 | 8.15 | - |
| YUV | 80.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 78 | 0 | 0.64 | 0.45 | 0.45 | 342 | 0.47 | 0.38 |
| Hex | 8D | 33 | 4E | 0 | 40 | 2D | 2D | 156 | 2F | 26 |
| Octal | 215 | 63 | 116 | 0 | 100 | 55 | 55 | 526 | 57 | 46 |
| Binary | 10001101 | 110011 | 1001110 | 0 | 1000000 | 101101 | 101101 | 101010110 | 101111 | 100110 |
Color Harmonies of #8D334E
Complementary color
Monochromatic Colors of #8D334E
Black with #8D334E
Text Example
Text Example
White with #8D334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D334E; }
p { color: rgb(141,51,78); }
H1.HeaderClassName
{
color: #8D334E;
}
.AnyTagClassName
{
color: #8D334E;
}
</style>
background-color css
<style>
a { background-color: #8D334E; }
a { background-color: rgb(141,51,78); }
div.DivClassName
{
background-color: #8D334E;
}
.BgClassName
{
background-color: #8D334E;
}
</style>
border-color css
<style>
span { border-color: #8D334E; }
span { border-color: rgb(141,51,78); }
td.TdClassName
{
border-color: #8D334E;
}
.TagClassName
{
border-color: #8D334E;
}
</style>