#984387

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

Shades of Trendy Pink #984387

Tints of Trendy Pink #984387

Color information

#984387 (or 0x984387) is unknown color: approx Trendy Pink. HEX triplet: 98, 43 and 87. RGB value is (152,67,135). Sum of RGB (Red+Green+Blue) = 152+67+135=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #984387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984387 is #67BC78. Grayscale: #636363. Windows color (decimal): -6798457 or 8864664. OLE color: 8864664.

HSL color Cylindrical-coordinate representation of color #984387: hue angle of 312º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984387 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15267135-
CMYK00.560.110.40
HSL312º38.81%42.94%-
HSV(B)312º55.92%59.61%-
XYZ19.3312.4424.3-
YUV100.17147.66164.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=42.94%
G=18.93%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526713500.560.110.4031238.8142.94
Hex984387038B28138272b
Octal23010320707013504704753
Binary1001100010000111000011101110001011101000100111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984387; }

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

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

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

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

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

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

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

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