#944988

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

Shades of Trendy Pink #944988

Tints of Trendy Pink #944988

Color information

#944988 (or 0x944988) is unknown color: approx Trendy Pink. HEX triplet: 94, 49 and 88. RGB value is (148,73,136). Sum of RGB (Red+Green+Blue) = 148+73+136=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #944988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944988 is #6BB677. Grayscale: #666666. Windows color (decimal): -7059064 or 8931732. OLE color: 8931732.

HSL color Cylindrical-coordinate representation of color #944988: hue angle of 309.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944988 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14873136-
CMYK00.510.080.42
HSL309.6º33.94%43.33%-
HSV(B)309.6º50.68%58.04%-
XYZ19.0412.8424.77-
YUV102.61146.85160.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=41.46%
G=20.45%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487313600.510.080.42309.633.9443.33
Hex94498803382A136222b
Octal22411121006310524664253
Binary1001010010010011000100001100111000101010100110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944988; }

 p { color: rgb(148,73,136); }

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

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

 a { background-color: rgb(148,73,136); }

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

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

 span { border-color: rgb(148,73,136); }

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