#94498a

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

Shades of Trendy Pink #94498A

Tints of Trendy Pink #94498A

Color information

#94498A (or 0x94498A) is unknown color: approx Trendy Pink. HEX triplet: 94, 49 and 8A. RGB value is (148,73,138). Sum of RGB (Red+Green+Blue) = 148+73+138=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94498A is #6BB675. Grayscale: #666666. Windows color (decimal): -7059062 or 9062804. OLE color: 9062804.

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

Color convert

RGB14873138-
CMYK00.510.070.42
HSL308º33.94%43.33%-
HSV(B)308º50.68%58.04%-
XYZ19.1812.925.52-
YUV102.84147.85160.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=41.23%
G=20.33%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487313800.510.070.4230833.9443.33
Hex94498A03372A134222b
Octal2241112120637524644253
Binary100101001001001100010100110011111101010100110100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94498a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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