Shades of Trendy Pink #984585
Tints of Trendy Pink #984585
RGB
CMYK
RGB Variations
Color information
#984585 (or 0x984585) is known color: Trendy Pink. HEX triplet: 98, 45 and 85. RGB value is (152,69,133). Sum of RGB (Red+Green+Blue) = 152+69+133=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #984585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984585 is #67BA7A. Grayscale: #646464. Windows color (decimal): -6797947 or 8734104. OLE color: 8734104.
HSL color Cylindrical-coordinate representation of color #984585: hue angle of 313.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984585 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 133 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.40 |
| HSL | 313.73º | 0.38% | 0.43% | - |
| HSV(B) | 313.73º | 0.55% | 0.6% | - |
| XYZ | 19.31 | 12.63 | 23.61 | - |
| YUV | 101.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 133 | 0 | 0.55 | 0.13 | 0.40 | 313.73 | 0.38 | 0.43 |
| Hex | 98 | 45 | 85 | 0 | 37 | D | 28 | 13A | 26 | 2B |
| Octal | 230 | 105 | 205 | 0 | 67 | 15 | 50 | 472 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10000101 | 0 | 110111 | 1101 | 101000 | 100111010 | 100110 | 101011 |
Color Harmonies of #984585
Complementary color
Monochromatic Colors of #984585
Black with #984585
Text Example
Text Example
White with #984585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984585; }
p { color: rgb(152,69,133); }
H1.HeaderClassName
{
color: #984585;
}
.AnyTagClassName
{
color: #984585;
}
</style>
background-color css
<style>
a { background-color: #984585; }
a { background-color: rgb(152,69,133); }
div.DivClassName
{
background-color: #984585;
}
.BgClassName
{
background-color: #984585;
}
</style>
border-color css
<style>
span { border-color: #984585; }
span { border-color: rgb(152,69,133); }
td.TdClassName
{
border-color: #984585;
}
.TagClassName
{
border-color: #984585;
}
</style>