#994886

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

Shades of Trendy Pink #994886

Tints of Trendy Pink #994886

Color information

#994886 (or 0x994886) is unknown color: approx Trendy Pink. HEX triplet: 99, 48 and 86. RGB value is (153,72,134). Sum of RGB (Red+Green+Blue) = 153+72+134=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994886 is #66B779. Grayscale: #676767. Windows color (decimal): -6731642 or 8800409. OLE color: 8800409.

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

Color convert

RGB15372134-
CMYK00.530.120.4
HSL314.07º36%44.12%-
HSV(B)314.07º52.94%60%-
XYZ19.7613.1324.05-
YUV103.29145.34163.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=42.62%
G=20.06%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537213400.530.120.4314.073644.12
Hex994886035C2813a242c
Octal23111020606514504724454
Binary1001100110010001000011001101011100101000100111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994886; }

 p { color: rgb(153,72,134); }

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

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

 a { background-color: rgb(153,72,134); }

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

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

 span { border-color: rgb(153,72,134); }

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