Shades of Disco #8B344E
Tints of Disco #8B344E
RGB
CMYK
RGB Variations
Color information
#8B344E (or 0x8B344E) is known color: Disco. HEX triplet: 8B, 34 and 4E. RGB value is (139,52,78). Sum of RGB (Red+Green+Blue) = 139+52+78=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B344E is #74CBB1. Grayscale: #505050. Windows color (decimal): -7654322 or 5125259. OLE color: 5125259.
HSL color Cylindrical-coordinate representation of color #8B344E: hue angle of 342.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B344E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 78 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.45 |
| HSL | 342.07º | 0.46% | 0.37% | - |
| HSV(B) | 342.07º | 0.63% | 0.55% | - |
| XYZ | 13.25 | 8.5 | 8.15 | - |
| YUV | 80.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 78 | 0 | 0.63 | 0.44 | 0.45 | 342.07 | 0.46 | 0.37 |
| Hex | 8B | 34 | 4E | 0 | 3F | 2C | 2D | 156 | 2E | 25 |
| Octal | 213 | 64 | 116 | 0 | 77 | 54 | 55 | 526 | 56 | 45 |
| Binary | 10001011 | 110100 | 1001110 | 0 | 111111 | 101100 | 101101 | 101010110 | 101110 | 100101 |
Color Harmonies of #8B344E
Complementary color
Monochromatic Colors of #8B344E
Black with #8B344E
Text Example
Text Example
White with #8B344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B344E; }
p { color: rgb(139,52,78); }
H1.HeaderClassName
{
color: #8B344E;
}
.AnyTagClassName
{
color: #8B344E;
}
</style>
background-color css
<style>
a { background-color: #8B344E; }
a { background-color: rgb(139,52,78); }
div.DivClassName
{
background-color: #8B344E;
}
.BgClassName
{
background-color: #8B344E;
}
</style>
border-color css
<style>
span { border-color: #8B344E; }
span { border-color: rgb(139,52,78); }
td.TdClassName
{
border-color: #8B344E;
}
.TagClassName
{
border-color: #8B344E;
}
</style>