Shades of Trendy Pink #984785
Tints of Trendy Pink #984785
RGB
CMYK
RGB Variations
Color information
#984785 (or 0x984785) is known color: Trendy Pink. HEX triplet: 98, 47 and 85. RGB value is (152,71,133). Sum of RGB (Red+Green+Blue) = 152+71+133=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #984785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984785 is #67B87A. Grayscale: #666666. Windows color (decimal): -6797435 or 8734616. OLE color: 8734616.
HSL color Cylindrical-coordinate representation of color #984785: hue angle of 314.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984785 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 133 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.40 |
| HSL | 314.07º | 0.36% | 0.44% | - |
| HSV(B) | 314.07º | 0.53% | 0.6% | - |
| XYZ | 19.44 | 12.88 | 23.65 | - |
| YUV | 102.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 133 | 0 | 0.53 | 0.13 | 0.40 | 314.07 | 0.36 | 0.44 |
| Hex | 98 | 47 | 85 | 0 | 35 | D | 28 | 13A | 24 | 2C |
| Octal | 230 | 107 | 205 | 0 | 65 | 15 | 50 | 472 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10000101 | 0 | 110101 | 1101 | 101000 | 100111010 | 100100 | 101100 |
Color Harmonies of #984785
Complementary color
Monochromatic Colors of #984785
Black with #984785
Text Example
Text Example
White with #984785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984785; }
p { color: rgb(152,71,133); }
H1.HeaderClassName
{
color: #984785;
}
.AnyTagClassName
{
color: #984785;
}
</style>
background-color css
<style>
a { background-color: #984785; }
a { background-color: rgb(152,71,133); }
div.DivClassName
{
background-color: #984785;
}
.BgClassName
{
background-color: #984785;
}
</style>
border-color css
<style>
span { border-color: #984785; }
span { border-color: rgb(152,71,133); }
td.TdClassName
{
border-color: #984785;
}
.TagClassName
{
border-color: #984785;
}
</style>