Shades of Trendy Pink #984885
Tints of Trendy Pink #984885
RGB
CMYK
RGB Variations
Color information
#984885 (or 0x984885) is known color: Trendy Pink. HEX triplet: 98, 48 and 85. RGB value is (152,72,133). Sum of RGB (Red+Green+Blue) = 152+72+133=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #984885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984885 is #67B77A. Grayscale: #666666. Windows color (decimal): -6797179 or 8734872. OLE color: 8734872.
HSL color Cylindrical-coordinate representation of color #984885: hue angle of 314.25º 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 #984885 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 133 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.40 |
| HSL | 314.25º | 0.36% | 0.44% | - |
| HSV(B) | 314.25º | 0.53% | 0.6% | - |
| XYZ | 19.5 | 13 | 23.67 | - |
| YUV | 102.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 133 | 0 | 0.53 | 0.13 | 0.40 | 314.25 | 0.36 | 0.44 |
| Hex | 98 | 48 | 85 | 0 | 35 | D | 28 | 13A | 24 | 2C |
| Octal | 230 | 110 | 205 | 0 | 65 | 15 | 50 | 472 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10000101 | 0 | 110101 | 1101 | 101000 | 100111010 | 100100 | 101100 |
Color Harmonies of #984885
Complementary color
Monochromatic Colors of #984885
Black with #984885
Text Example
Text Example
White with #984885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984885; }
p { color: rgb(152,72,133); }
H1.HeaderClassName
{
color: #984885;
}
.AnyTagClassName
{
color: #984885;
}
</style>
background-color css
<style>
a { background-color: #984885; }
a { background-color: rgb(152,72,133); }
div.DivClassName
{
background-color: #984885;
}
.BgClassName
{
background-color: #984885;
}
</style>
border-color css
<style>
span { border-color: #984885; }
span { border-color: rgb(152,72,133); }
td.TdClassName
{
border-color: #984885;
}
.TagClassName
{
border-color: #984885;
}
</style>