Shades of Trendy Pink #8B4785
Tints of Trendy Pink #8B4785
RGB
CMYK
RGB Variations
Color information
#8B4785 (or 0x8B4785) is known color: Trendy Pink. HEX triplet: 8B, 47 and 85. RGB value is (139,71,133). Sum of RGB (Red+Green+Blue) = 139+71+133=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4785 is #74B87A. Grayscale: #626262. Windows color (decimal): -7649403 or 8734603. OLE color: 8734603.
HSL color Cylindrical-coordinate representation of color #8B4785: hue angle of 305.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B4785 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 133 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.45 |
| HSL | 305.29º | 0.32% | 0.41% | - |
| HSV(B) | 305.29º | 0.49% | 0.55% | - |
| XYZ | 17.13 | 11.69 | 23.54 | - |
| YUV | 98.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 133 | 0 | 0.49 | 0.04 | 0.45 | 305.29 | 0.32 | 0.41 |
| Hex | 8B | 47 | 85 | 0 | 31 | 4 | 2D | 131 | 20 | 29 |
| Octal | 213 | 107 | 205 | 0 | 61 | 4 | 55 | 461 | 40 | 51 |
| Binary | 10001011 | 1000111 | 10000101 | 0 | 110001 | 100 | 101101 | 100110001 | 100000 | 101001 |
Color Harmonies of #8B4785
Complementary color
Monochromatic Colors of #8B4785
Black with #8B4785
Text Example
Text Example
White with #8B4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4785; }
p { color: rgb(139,71,133); }
H1.HeaderClassName
{
color: #8B4785;
}
.AnyTagClassName
{
color: #8B4785;
}
</style>
background-color css
<style>
a { background-color: #8B4785; }
a { background-color: rgb(139,71,133); }
div.DivClassName
{
background-color: #8B4785;
}
.BgClassName
{
background-color: #8B4785;
}
</style>
border-color css
<style>
span { border-color: #8B4785; }
span { border-color: rgb(139,71,133); }
td.TdClassName
{
border-color: #8B4785;
}
.TagClassName
{
border-color: #8B4785;
}
</style>