Shades of Trendy Pink #984A88
Tints of Trendy Pink #984A88
RGB
CMYK
RGB Variations
Color information
#984A88 (or 0x984A88) is known color: Trendy Pink. HEX triplet: 98, 4A and 88. RGB value is (152,74,136). Sum of RGB (Red+Green+Blue) = 152+74+136=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #984A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A88 is #67B577. Grayscale: #686868. Windows color (decimal): -6796664 or 8931992. OLE color: 8931992.
HSL color Cylindrical-coordinate representation of color #984A88: hue angle of 312.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A88 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 136 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.40 |
| HSL | 312.31º | 0.35% | 0.44% | - |
| HSV(B) | 312.31º | 0.51% | 0.6% | - |
| XYZ | 19.84 | 13.35 | 24.82 | - |
| YUV | 104.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 136 | 0 | 0.51 | 0.11 | 0.40 | 312.31 | 0.35 | 0.44 |
| Hex | 98 | 4A | 88 | 0 | 33 | B | 28 | 138 | 23 | 2C |
| Octal | 230 | 112 | 210 | 0 | 63 | 13 | 50 | 470 | 43 | 54 |
| Binary | 10011000 | 1001010 | 10001000 | 0 | 110011 | 1011 | 101000 | 100111000 | 100011 | 101100 |
Color Harmonies of #984A88
Complementary color
Monochromatic Colors of #984A88
Black with #984A88
Text Example
Text Example
White with #984A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A88; }
p { color: rgb(152,74,136); }
H1.HeaderClassName
{
color: #984A88;
}
.AnyTagClassName
{
color: #984A88;
}
</style>
background-color css
<style>
a { background-color: #984A88; }
a { background-color: rgb(152,74,136); }
div.DivClassName
{
background-color: #984A88;
}
.BgClassName
{
background-color: #984A88;
}
</style>
border-color css
<style>
span { border-color: #984A88; }
span { border-color: rgb(152,74,136); }
td.TdClassName
{
border-color: #984A88;
}
.TagClassName
{
border-color: #984A88;
}
</style>