Shades of Trendy Pink #884A82
Tints of Trendy Pink #884A82
RGB
CMYK
RGB Variations
Color information
#884A82 (or 0x884A82) is known color: Trendy Pink. HEX triplet: 88, 4A and 82. RGB value is (136,74,130). Sum of RGB (Red+Green+Blue) = 136+74+130=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #884A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A82 is #77B57D. Grayscale: #626262. Windows color (decimal): -7845246 or 8538760. OLE color: 8538760.
HSL color Cylindrical-coordinate representation of color #884A82: hue angle of 305.81º 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 #884A82 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 130 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.47 |
| HSL | 305.81º | 0.3% | 0.41% | - |
| HSV(B) | 305.81º | 0.46% | 0.53% | - |
| XYZ | 16.63 | 11.74 | 22.51 | - |
| YUV | 98.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 130 | 0 | 0.46 | 0.04 | 0.47 | 305.81 | 0.3 | 0.41 |
| Hex | 88 | 4A | 82 | 0 | 2E | 4 | 2F | 132 | 1E | 29 |
| Octal | 210 | 112 | 202 | 0 | 56 | 4 | 57 | 462 | 36 | 51 |
| Binary | 10001000 | 1001010 | 10000010 | 0 | 101110 | 100 | 101111 | 100110010 | 11110 | 101001 |
Color Harmonies of #884A82
Complementary color
Monochromatic Colors of #884A82
Black with #884A82
Text Example
Text Example
White with #884A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A82; }
p { color: rgb(136,74,130); }
H1.HeaderClassName
{
color: #884A82;
}
.AnyTagClassName
{
color: #884A82;
}
</style>
background-color css
<style>
a { background-color: #884A82; }
a { background-color: rgb(136,74,130); }
div.DivClassName
{
background-color: #884A82;
}
.BgClassName
{
background-color: #884A82;
}
</style>
border-color css
<style>
span { border-color: #884A82; }
span { border-color: rgb(136,74,130); }
td.TdClassName
{
border-color: #884A82;
}
.TagClassName
{
border-color: #884A82;
}
</style>