#994785

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

Shades of Trendy Pink #994785

Tints of Trendy Pink #994785

Color information

#994785 (or 0x994785) is unknown color: approx Trendy Pink. HEX triplet: 99, 47 and 85. RGB value is (153,71,133). Sum of RGB (Red+Green+Blue) = 153+71+133=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994785 is #66B87A. Grayscale: #666666. Windows color (decimal): -6731899 or 8734617. OLE color: 8734617.

HSL color Cylindrical-coordinate representation of color #994785: hue angle of 314.63º 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 #994785 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB15371133-
CMYK00.540.130.4
HSL314.63º36.61%43.92%-
HSV(B)314.63º53.59%60%-
XYZ19.6212.9723.66-
YUV102.59145.17163.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=42.86%
G=19.89%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537113300.540.130.4314.6336.6143.92
Hex994785036D2813b252c
Octal23110720506615504734554
Binary1001100110001111000010101101101101101000100111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994785; }

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

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

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

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

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

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

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

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