Shades of Disco #8B334C
Tints of Disco #8B334C
RGB
CMYK
RGB Variations
Color information
#8B334C (or 0x8B334C) is known color: Disco. HEX triplet: 8B, 33 and 4C. RGB value is (139,51,76). Sum of RGB (Red+Green+Blue) = 139+51+76=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B334C is #74CCB3. Grayscale: #505050. Windows color (decimal): -7654580 or 4993931. OLE color: 4993931.
HSL color Cylindrical-coordinate representation of color #8B334C: hue angle of 342.95º 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 #8B334C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 76 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.45 |
| HSL | 342.95º | 0.46% | 0.37% | - |
| HSV(B) | 342.95º | 0.63% | 0.55% | - |
| XYZ | 13.14 | 8.38 | 7.76 | - |
| YUV | 80.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 76 | 0 | 0.63 | 0.45 | 0.45 | 342.95 | 0.46 | 0.37 |
| Hex | 8B | 33 | 4C | 0 | 3F | 2D | 2D | 157 | 2E | 25 |
| Octal | 213 | 63 | 114 | 0 | 77 | 55 | 55 | 527 | 56 | 45 |
| Binary | 10001011 | 110011 | 1001100 | 0 | 111111 | 101101 | 101101 | 101010111 | 101110 | 100101 |
Color Harmonies of #8B334C
Complementary color
Monochromatic Colors of #8B334C
Black with #8B334C
Text Example
Text Example
White with #8B334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B334C; }
p { color: rgb(139,51,76); }
H1.HeaderClassName
{
color: #8B334C;
}
.AnyTagClassName
{
color: #8B334C;
}
</style>
background-color css
<style>
a { background-color: #8B334C; }
a { background-color: rgb(139,51,76); }
div.DivClassName
{
background-color: #8B334C;
}
.BgClassName
{
background-color: #8B334C;
}
</style>
border-color css
<style>
span { border-color: #8B334C; }
span { border-color: rgb(139,51,76); }
td.TdClassName
{
border-color: #8B334C;
}
.TagClassName
{
border-color: #8B334C;
}
</style>