#94498C

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

Shades of Trendy Pink #94498C

Tints of Trendy Pink #94498C

Color information

#94498C (or 0x94498C) is unknown color: approx Trendy Pink. HEX triplet: 94, 49 and 8C. RGB value is (148,73,140). Sum of RGB (Red+Green+Blue) = 148+73+140=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94498C is #6BB673. Grayscale: #666666. Windows color (decimal): -7059060 or 9193876. OLE color: 9193876.

HSL color Cylindrical-coordinate representation of color #94498C: hue angle of 306.4º 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 #94498C is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14873140-
CMYK00.510.050.42
HSL306.4º33.94%43.33%-
HSV(B)306.4º50.68%58.04%-
XYZ19.3312.9526.29-
YUV103.06148.85160.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=41.00%
G=20.22%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487314000.510.050.42306.433.9443.33
Hex94498C03352A132222b
Octal2241112140635524624253
Binary100101001001001100011000110011101101010100110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94498C; }

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

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

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

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

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

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

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

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