Shades of Trendy Pink #8B4C7F
Tints of Trendy Pink #8B4C7F
RGB
CMYK
RGB Variations
Color information
#8B4C7F (or 0x8B4C7F) is known color: Trendy Pink. HEX triplet: 8B, 4C and 7F. RGB value is (139,76,127). Sum of RGB (Red+Green+Blue) = 139+76+127=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C7F is #74B380. Grayscale: #646464. Windows color (decimal): -7648129 or 8342667. OLE color: 8342667.
HSL color Cylindrical-coordinate representation of color #8B4C7F: hue angle of 311.43º 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 #8B4C7F is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 127 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.45 |
| HSL | 311.43º | 0.29% | 0.42% | - |
| HSV(B) | 311.43º | 0.45% | 0.55% | - |
| XYZ | 17.06 | 12.19 | 21.53 | - |
| YUV | 100.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 127 | 0 | 0.45 | 0.09 | 0.45 | 311.43 | 0.29 | 0.42 |
| Hex | 8B | 4C | 7F | 0 | 2D | 9 | 2D | 137 | 1D | 2A |
| Octal | 213 | 114 | 177 | 0 | 55 | 11 | 55 | 467 | 35 | 52 |
| Binary | 10001011 | 1001100 | 1111111 | 0 | 101101 | 1001 | 101101 | 100110111 | 11101 | 101010 |
Color Harmonies of #8B4C7F
Complementary color
Monochromatic Colors of #8B4C7F
Black with #8B4C7F
Text Example
Text Example
White with #8B4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C7F; }
p { color: rgb(139,76,127); }
H1.HeaderClassName
{
color: #8B4C7F;
}
.AnyTagClassName
{
color: #8B4C7F;
}
</style>
background-color css
<style>
a { background-color: #8B4C7F; }
a { background-color: rgb(139,76,127); }
div.DivClassName
{
background-color: #8B4C7F;
}
.BgClassName
{
background-color: #8B4C7F;
}
</style>
border-color css
<style>
span { border-color: #8B4C7F; }
span { border-color: rgb(139,76,127); }
td.TdClassName
{
border-color: #8B4C7F;
}
.TagClassName
{
border-color: #8B4C7F;
}
</style>