Shades of Trendy Pink #804B86
Tints of Trendy Pink #804B86
RGB
CMYK
RGB Variations
Color information
#804B86 (or 0x804B86) is known color: Trendy Pink. HEX triplet: 80, 4B and 86. RGB value is (128,75,134). Sum of RGB (Red+Green+Blue) = 128+75+134=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #804B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B86 is #7FB479. Grayscale: #616161. Windows color (decimal): -8369274 or 8801152. OLE color: 8801152.
HSL color Cylindrical-coordinate representation of color #804B86: hue angle of 293.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804B86 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 75 | 134 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.47 |
| HSL | 293.9º | 0.28% | 0.41% | - |
| HSV(B) | 293.9º | 0.44% | 0.53% | - |
| XYZ | 15.72 | 11.34 | 23.92 | - |
| YUV | 97.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 134 | 0.04 | 0.44 | 0 | 0.47 | 293.9 | 0.28 | 0.41 |
| Hex | 80 | 4B | 86 | 4 | 2C | 0 | 2F | 126 | 1C | 29 |
| Octal | 200 | 113 | 206 | 4 | 54 | 0 | 57 | 446 | 34 | 51 |
| Binary | 10000000 | 1001011 | 10000110 | 100 | 101100 | 0 | 101111 | 100100110 | 11100 | 101001 |
Color Harmonies of #804B86
Complementary color
Monochromatic Colors of #804B86
Black with #804B86
Text Example
Text Example
White with #804B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B86; }
p { color: rgb(128,75,134); }
H1.HeaderClassName
{
color: #804B86;
}
.AnyTagClassName
{
color: #804B86;
}
</style>
background-color css
<style>
a { background-color: #804B86; }
a { background-color: rgb(128,75,134); }
div.DivClassName
{
background-color: #804B86;
}
.BgClassName
{
background-color: #804B86;
}
</style>
border-color css
<style>
span { border-color: #804B86; }
span { border-color: rgb(128,75,134); }
td.TdClassName
{
border-color: #804B86;
}
.TagClassName
{
border-color: #804B86;
}
</style>