#994787

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

Shades of Trendy Pink #994787

Tints of Trendy Pink #994787

Color information

#994787 (or 0x994787) is unknown color: approx Trendy Pink. HEX triplet: 99, 47 and 87. RGB value is (153,71,135). Sum of RGB (Red+Green+Blue) = 153+71+135=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994787 is #66B878. Grayscale: #666666. Windows color (decimal): -6731897 or 8865689. OLE color: 8865689.

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

Color convert

RGB15371135-
CMYK00.540.120.4
HSL313.17º36.61%43.92%-
HSV(B)313.17º53.59%60%-
XYZ19.7613.0324.39-
YUV102.81146.17163.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=42.62%
G=19.78%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537113500.540.120.4313.1736.6143.92
Hex994787036C28139252c
Octal23110720706614504714554
Binary1001100110001111000011101101101100101000100111001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994787; }

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

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

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

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

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

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

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

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