#994987

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

Shades of Trendy Pink #994987

Tints of Trendy Pink #994987

Color information

#994987 (or 0x994987) is unknown color: approx Trendy Pink. HEX triplet: 99, 49 and 87. RGB value is (153,73,135). Sum of RGB (Red+Green+Blue) = 153+73+135=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994987 is #66B678. Grayscale: #676767. Windows color (decimal): -6731385 or 8866201. OLE color: 8866201.

HSL color Cylindrical-coordinate representation of color #994987: hue angle of 313.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994987 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15373135-
CMYK00.520.120.4
HSL313.5º35.4%44.31%-
HSV(B)313.5º52.29%60%-
XYZ19.8913.2924.44-
YUV103.99145.5162.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=42.38%
G=20.22%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537313500.520.120.4313.535.444.31
Hex994987034C2813a232c
Octal23111120706414504724354
Binary1001100110010011000011101101001100101000100111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994987; }

 p { color: rgb(153,73,135); }

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

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

 a { background-color: rgb(153,73,135); }

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

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

 span { border-color: rgb(153,73,135); }

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