#984A87

Color #984A87 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #984A87

Tints of Trendy Pink #984A87

Color information

#984A87 (or 0x984A87) is unknown color: approx Trendy Pink. HEX triplet: 98, 4A and 87. RGB value is (152,74,135). Sum of RGB (Red+Green+Blue) = 152+74+135=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A87 is #67B578. Grayscale: #686868. Windows color (decimal): -6796665 or 8866456. OLE color: 8866456.

HSL color Cylindrical-coordinate representation of color #984A87: hue angle of 313.08º 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 #984A87 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15274135-
CMYK00.510.110.40
HSL313.08º34.51%44.31%-
HSV(B)313.08º51.32%59.61%-
XYZ19.7713.3224.45-
YUV104.28145.34162.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=42.11%
G=20.50%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527413500.510.110.40313.0834.5144.31
Hex984A87033B28139232c
Octal23011220706313504714354
Binary1001100010010101000011101100111011101000100111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A87; }

 p { color: rgb(152,74,135); }

 H1.HeaderClassName
 {
   color: #984A87;
 }
 .AnyTagClassName
 {
   color: #984A87;
 }
</style>
background-color css

<style>
 a { background-color: #984A87; }

 a { background-color: rgb(152,74,135); }

 div.DivClassName
 {
   background-color: #984A87;
 }
 .BgClassName
 {
   background-color: #984A87;
 }
</style>
border-color css

<style>
 span { border-color: #984A87; }

 span { border-color: rgb(152,74,135); }

 td.TdClassName
 {
   border-color: #984A87;
 }
 .TagClassName
 {
   border-color: #984A87;
 }
</style>