Shades of Trendy Pink #884A7D
Tints of Trendy Pink #884A7D
RGB
CMYK
RGB Variations
Color information
#884A7D (or 0x884A7D) is known color: Trendy Pink. HEX triplet: 88, 4A and 7D. RGB value is (136,74,125). Sum of RGB (Red+Green+Blue) = 136+74+125=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7D is #77B582. Grayscale: #626262. Windows color (decimal): -7845251 or 8211080. OLE color: 8211080.
HSL color Cylindrical-coordinate representation of color #884A7D: hue angle of 310.65º 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 #884A7D is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 125 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.47 |
| HSL | 310.65º | 0.3% | 0.41% | - |
| HSV(B) | 310.65º | 0.46% | 0.53% | - |
| XYZ | 16.3 | 11.61 | 20.78 | - |
| YUV | 98.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 125 | 0 | 0.46 | 0.08 | 0.47 | 310.65 | 0.3 | 0.41 |
| Hex | 88 | 4A | 7D | 0 | 2E | 8 | 2F | 137 | 1E | 29 |
| Octal | 210 | 112 | 175 | 0 | 56 | 10 | 57 | 467 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1111101 | 0 | 101110 | 1000 | 101111 | 100110111 | 11110 | 101001 |
Color Harmonies of #884A7D
Complementary color
Monochromatic Colors of #884A7D
Black with #884A7D
Text Example
Text Example
White with #884A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A7D; }
p { color: rgb(136,74,125); }
H1.HeaderClassName
{
color: #884A7D;
}
.AnyTagClassName
{
color: #884A7D;
}
</style>
background-color css
<style>
a { background-color: #884A7D; }
a { background-color: rgb(136,74,125); }
div.DivClassName
{
background-color: #884A7D;
}
.BgClassName
{
background-color: #884A7D;
}
</style>
border-color css
<style>
span { border-color: #884A7D; }
span { border-color: rgb(136,74,125); }
td.TdClassName
{
border-color: #884A7D;
}
.TagClassName
{
border-color: #884A7D;
}
</style>