#944481

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

Shades of Trendy Pink #944481

Tints of Trendy Pink #944481

Color information

#944481 (or 0x944481) is unknown color: approx Trendy Pink. HEX triplet: 94, 44 and 81. RGB value is (148,68,129). Sum of RGB (Red+Green+Blue) = 148+68+129=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944481 is #6BBB7E. Grayscale: #626262. Windows color (decimal): -7060351 or 8471700. OLE color: 8471700.

HSL color Cylindrical-coordinate representation of color #944481: hue angle of 314.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944481 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14868129-
CMYK00.540.130.42
HSL314.25º37.04%42.35%-
HSV(B)314.25º54.05%58.04%-
XYZ18.2412.0222.13-
YUV98.87145163.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=42.90%
G=19.71%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486812900.540.130.42314.2537.0442.35
Hex944481036D2A13a252a
Octal22410420106615524724552
Binary1001010010001001000000101101101101101010100111010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944481; }

 p { color: rgb(148,68,129); }

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

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

 a { background-color: rgb(148,68,129); }

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

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

 span { border-color: rgb(148,68,129); }

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