Shades of Trendy Pink #8B4D7B
Tints of Trendy Pink #8B4D7B
RGB
CMYK
RGB Variations
Color information
#8B4D7B (or 0x8B4D7B) is known color: Trendy Pink. HEX triplet: 8B, 4D and 7B. RGB value is (139,77,123). Sum of RGB (Red+Green+Blue) = 139+77+123=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7B is #74B284. Grayscale: #646464. Windows color (decimal): -7647877 or 8080779. OLE color: 8080779.
HSL color Cylindrical-coordinate representation of color #8B4D7B: hue angle of 315.48º 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 #8B4D7B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 123 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.45 |
| HSL | 315.48º | 0.29% | 0.42% | - |
| HSV(B) | 315.48º | 0.45% | 0.55% | - |
| XYZ | 16.88 | 12.23 | 20.21 | - |
| YUV | 100.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 123 | 0 | 0.45 | 0.12 | 0.45 | 315.48 | 0.29 | 0.42 |
| Hex | 8B | 4D | 7B | 0 | 2D | C | 2D | 13B | 1D | 2A |
| Octal | 213 | 115 | 173 | 0 | 55 | 14 | 55 | 473 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1111011 | 0 | 101101 | 1100 | 101101 | 100111011 | 11101 | 101010 |
Color Harmonies of #8B4D7B
Complementary color
Monochromatic Colors of #8B4D7B
Black with #8B4D7B
Text Example
Text Example
White with #8B4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D7B; }
p { color: rgb(139,77,123); }
H1.HeaderClassName
{
color: #8B4D7B;
}
.AnyTagClassName
{
color: #8B4D7B;
}
</style>
background-color css
<style>
a { background-color: #8B4D7B; }
a { background-color: rgb(139,77,123); }
div.DivClassName
{
background-color: #8B4D7B;
}
.BgClassName
{
background-color: #8B4D7B;
}
</style>
border-color css
<style>
span { border-color: #8B4D7B; }
span { border-color: rgb(139,77,123); }
td.TdClassName
{
border-color: #8B4D7B;
}
.TagClassName
{
border-color: #8B4D7B;
}
</style>