#944688

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

Shades of Trendy Pink #944688

Tints of Trendy Pink #944688

Color information

#944688 (or 0x944688) is unknown color: approx Trendy Pink. HEX triplet: 94, 46 and 88. RGB value is (148,70,136). Sum of RGB (Red+Green+Blue) = 148+70+136=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #944688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944688 is #6BB977. Grayscale: #646464. Windows color (decimal): -7059832 or 8930964. OLE color: 8930964.

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

Color convert

RGB14870136-
CMYK00.530.080.42
HSL309.23º35.78%42.75%-
HSV(B)309.23º52.7%58.04%-
XYZ18.8512.4524.7-
YUV100.85147.84161.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=41.81%
G=19.77%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487013600.530.080.42309.2335.7842.75
Hex94468803582A135242b
Octal22410621006510524654453
Binary1001010010001101000100001101011000101010100110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944688; }

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

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

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

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

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

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

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

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