Shades of Trendy Pink #8B4878
Tints of Trendy Pink #8B4878
RGB
CMYK
RGB Variations
Color information
#8B4878 (or 0x8B4878) is known color: Trendy Pink. HEX triplet: 8B, 48 and 78. RGB value is (139,72,120). Sum of RGB (Red+Green+Blue) = 139+72+120=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4878 is #74B787. Grayscale: #616161. Windows color (decimal): -7649160 or 7882891. OLE color: 7882891.
HSL color Cylindrical-coordinate representation of color #8B4878: hue angle of 317.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4878 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 120 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.45 |
| HSL | 317.01º | 0.32% | 0.41% | - |
| HSV(B) | 317.01º | 0.48% | 0.55% | - |
| XYZ | 16.35 | 11.48 | 19.12 | - |
| YUV | 97.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 120 | 0 | 0.48 | 0.14 | 0.45 | 317.01 | 0.32 | 0.41 |
| Hex | 8B | 48 | 78 | 0 | 30 | E | 2D | 13D | 20 | 29 |
| Octal | 213 | 110 | 170 | 0 | 60 | 16 | 55 | 475 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1111000 | 0 | 110000 | 1110 | 101101 | 100111101 | 100000 | 101001 |
Color Harmonies of #8B4878
Complementary color
Monochromatic Colors of #8B4878
Black with #8B4878
Text Example
Text Example
White with #8B4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4878; }
p { color: rgb(139,72,120); }
H1.HeaderClassName
{
color: #8B4878;
}
.AnyTagClassName
{
color: #8B4878;
}
</style>
background-color css
<style>
a { background-color: #8B4878; }
a { background-color: rgb(139,72,120); }
div.DivClassName
{
background-color: #8B4878;
}
.BgClassName
{
background-color: #8B4878;
}
</style>
border-color css
<style>
span { border-color: #8B4878; }
span { border-color: rgb(139,72,120); }
td.TdClassName
{
border-color: #8B4878;
}
.TagClassName
{
border-color: #8B4878;
}
</style>