#9F4E5C

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

Shades of Hippie Pink #9F4E5C

Tints of Hippie Pink #9F4E5C

Color information

#9F4E5C (or 0x9F4E5C) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4E and 5C. RGB value is (159,78,92). Sum of RGB (Red+Green+Blue) = 159+78+92=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E5C is #60B1A3. Grayscale: #676767. Windows color (decimal): -6336932 or 6049439. OLE color: 6049439.

HSL color Cylindrical-coordinate representation of color #9F4E5C: hue angle of 349.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E5C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1597892-
CMYK00.510.420.38
HSL349.63º34.18%46.47%-
HSV(B)349.63º50.94%62.35%-
XYZ18.9513.5911.75-
YUV103.82121.34167.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=48.33%
G=23.71%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159789200.510.420.38349.6334.1846.47
Hex9F4E5C0332A2615e222e
Octal23711613406352465364256
Binary10011111100111010111000110011101010100110101011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4E5C; }

 p { color: rgb(159,78,92); }

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

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

 a { background-color: rgb(159,78,92); }

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

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

 span { border-color: rgb(159,78,92); }

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