Shades of Trendy Pink #8B4D7E
Tints of Trendy Pink #8B4D7E
RGB
CMYK
RGB Variations
Color information
#8B4D7E (or 0x8B4D7E) is known color: Trendy Pink. HEX triplet: 8B, 4D and 7E. RGB value is (139,77,126). Sum of RGB (Red+Green+Blue) = 139+77+126=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7E is #74B281. Grayscale: #646464. Windows color (decimal): -7647874 or 8277387. OLE color: 8277387.
HSL color Cylindrical-coordinate representation of color #8B4D7E: hue angle of 312.58º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4D7E is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 126 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.45 |
| HSL | 312.58º | 0.29% | 0.42% | - |
| HSV(B) | 312.58º | 0.45% | 0.55% | - |
| XYZ | 17.07 | 12.3 | 21.21 | - |
| YUV | 101.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 126 | 0 | 0.45 | 0.09 | 0.45 | 312.58 | 0.29 | 0.42 |
| Hex | 8B | 4D | 7E | 0 | 2D | 9 | 2D | 139 | 1D | 2A |
| Octal | 213 | 115 | 176 | 0 | 55 | 11 | 55 | 471 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1111110 | 0 | 101101 | 1001 | 101101 | 100111001 | 11101 | 101010 |
Color Harmonies of #8B4D7E
Complementary color
Monochromatic Colors of #8B4D7E
Black with #8B4D7E
Text Example
Text Example
White with #8B4D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D7E; }
p { color: rgb(139,77,126); }
H1.HeaderClassName
{
color: #8B4D7E;
}
.AnyTagClassName
{
color: #8B4D7E;
}
</style>
background-color css
<style>
a { background-color: #8B4D7E; }
a { background-color: rgb(139,77,126); }
div.DivClassName
{
background-color: #8B4D7E;
}
.BgClassName
{
background-color: #8B4D7E;
}
</style>
border-color css
<style>
span { border-color: #8B4D7E; }
span { border-color: rgb(139,77,126); }
td.TdClassName
{
border-color: #8B4D7E;
}
.TagClassName
{
border-color: #8B4D7E;
}
</style>