#9F505E

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

Shades of Hippie Pink #9F505E

Tints of Hippie Pink #9F505E

Color information

#9F505E (or 0x9F505E) is unknown color: approx Hippie Pink. HEX triplet: 9F, 50 and 5E. RGB value is (159,80,94). Sum of RGB (Red+Green+Blue) = 159+80+94=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F505E is #60AFA1. Grayscale: #696969. Windows color (decimal): -6336418 or 6181023. OLE color: 6181023.

HSL color Cylindrical-coordinate representation of color #9F505E: hue angle of 349.37º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F505E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1598094-
CMYK00.500.410.38
HSL349.37º33.05%46.86%-
HSV(B)349.37º49.69%62.35%-
XYZ19.1913.9212.26-
YUV105.22121.67166.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=47.75%
G=24.02%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159809400.500.410.38349.3733.0546.86
Hex9F505E032292615d212f
Octal23712013606251465354157
Binary10011111101000010111100110010101001100110101011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,94); }

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

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

 a { background-color: rgb(159,80,94); }

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

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

 span { border-color: rgb(159,80,94); }

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