Shades of Trendy Pink #884A8B
Tints of Trendy Pink #884A8B
RGB
CMYK
RGB Variations
Color information
#884A8B (or 0x884A8B) is known color: Trendy Pink. HEX triplet: 88, 4A and 8B. RGB value is (136,74,139). Sum of RGB (Red+Green+Blue) = 136+74+139=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #884A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A8B is #77B574. Grayscale: #636363. Windows color (decimal): -7845237 or 9128584. OLE color: 9128584.
HSL color Cylindrical-coordinate representation of color #884A8B: hue angle of 297.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884A8B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 74 | 139 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.45 |
| HSL | 297.23º | 0.31% | 0.42% | - |
| HSV(B) | 297.23º | 0.47% | 0.55% | - |
| XYZ | 17.26 | 12 | 25.83 | - |
| YUV | 99.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 139 | 0.02 | 0.47 | 0 | 0.45 | 297.23 | 0.31 | 0.42 |
| Hex | 88 | 4A | 8B | 2 | 2F | 0 | 2D | 129 | 1F | 2A |
| Octal | 210 | 112 | 213 | 2 | 57 | 0 | 55 | 451 | 37 | 52 |
| Binary | 10001000 | 1001010 | 10001011 | 10 | 101111 | 0 | 101101 | 100101001 | 11111 | 101010 |
Color Harmonies of #884A8B
Complementary color
Monochromatic Colors of #884A8B
Black with #884A8B
Text Example
Text Example
White with #884A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A8B; }
p { color: rgb(136,74,139); }
H1.HeaderClassName
{
color: #884A8B;
}
.AnyTagClassName
{
color: #884A8B;
}
</style>
background-color css
<style>
a { background-color: #884A8B; }
a { background-color: rgb(136,74,139); }
div.DivClassName
{
background-color: #884A8B;
}
.BgClassName
{
background-color: #884A8B;
}
</style>
border-color css
<style>
span { border-color: #884A8B; }
span { border-color: rgb(136,74,139); }
td.TdClassName
{
border-color: #884A8B;
}
.TagClassName
{
border-color: #884A8B;
}
</style>