Shades of Trendy Pink #884A7F
Tints of Trendy Pink #884A7F
RGB
CMYK
RGB Variations
Color information
#884A7F (or 0x884A7F) is known color: Trendy Pink. HEX triplet: 88, 4A and 7F. RGB value is (136,74,127). Sum of RGB (Red+Green+Blue) = 136+74+127=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7F is #77B580. Grayscale: #626262. Windows color (decimal): -7845249 or 8342152. OLE color: 8342152.
HSL color Cylindrical-coordinate representation of color #884A7F: hue angle of 308.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A7F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 127 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.47 |
| HSL | 308.71º | 0.3% | 0.41% | - |
| HSV(B) | 308.71º | 0.46% | 0.53% | - |
| XYZ | 16.43 | 11.66 | 21.46 | - |
| YUV | 98.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 127 | 0 | 0.46 | 0.07 | 0.47 | 308.71 | 0.3 | 0.41 |
| Hex | 88 | 4A | 7F | 0 | 2E | 7 | 2F | 135 | 1E | 29 |
| Octal | 210 | 112 | 177 | 0 | 56 | 7 | 57 | 465 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1111111 | 0 | 101110 | 111 | 101111 | 100110101 | 11110 | 101001 |
Color Harmonies of #884A7F
Complementary color
Monochromatic Colors of #884A7F
Black with #884A7F
Text Example
Text Example
White with #884A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A7F; }
p { color: rgb(136,74,127); }
H1.HeaderClassName
{
color: #884A7F;
}
.AnyTagClassName
{
color: #884A7F;
}
</style>
background-color css
<style>
a { background-color: #884A7F; }
a { background-color: rgb(136,74,127); }
div.DivClassName
{
background-color: #884A7F;
}
.BgClassName
{
background-color: #884A7F;
}
</style>
border-color css
<style>
span { border-color: #884A7F; }
span { border-color: rgb(136,74,127); }
td.TdClassName
{
border-color: #884A7F;
}
.TagClassName
{
border-color: #884A7F;
}
</style>