Shades of Trendy Pink #884A7E
Tints of Trendy Pink #884A7E
RGB
CMYK
RGB Variations
Color information
#884A7E (or 0x884A7E) is known color: Trendy Pink. HEX triplet: 88, 4A and 7E. RGB value is (136,74,126). Sum of RGB (Red+Green+Blue) = 136+74+126=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7E is #77B581. Grayscale: #626262. Windows color (decimal): -7845250 or 8276616. OLE color: 8276616.
HSL color Cylindrical-coordinate representation of color #884A7E: hue angle of 309.68º 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 #884A7E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 126 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.47 |
| HSL | 309.68º | 0.3% | 0.41% | - |
| HSV(B) | 309.68º | 0.46% | 0.53% | - |
| XYZ | 16.37 | 11.64 | 21.12 | - |
| YUV | 98.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 126 | 0 | 0.46 | 0.07 | 0.47 | 309.68 | 0.3 | 0.41 |
| Hex | 88 | 4A | 7E | 0 | 2E | 7 | 2F | 136 | 1E | 29 |
| Octal | 210 | 112 | 176 | 0 | 56 | 7 | 57 | 466 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1111110 | 0 | 101110 | 111 | 101111 | 100110110 | 11110 | 101001 |
Color Harmonies of #884A7E
Complementary color
Monochromatic Colors of #884A7E
Black with #884A7E
Text Example
Text Example
White with #884A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A7E; }
p { color: rgb(136,74,126); }
H1.HeaderClassName
{
color: #884A7E;
}
.AnyTagClassName
{
color: #884A7E;
}
</style>
background-color css
<style>
a { background-color: #884A7E; }
a { background-color: rgb(136,74,126); }
div.DivClassName
{
background-color: #884A7E;
}
.BgClassName
{
background-color: #884A7E;
}
</style>
border-color css
<style>
span { border-color: #884A7E; }
span { border-color: rgb(136,74,126); }
td.TdClassName
{
border-color: #884A7E;
}
.TagClassName
{
border-color: #884A7E;
}
</style>