#9F5158

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

Shades of Hippie Pink #9F5158

Tints of Hippie Pink #9F5158

Color information

#9F5158 (or 0x9F5158) is unknown color: approx Hippie Pink. HEX triplet: 9F, 51 and 58. RGB value is (159,81,88). Sum of RGB (Red+Green+Blue) = 159+81+88=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5158 is #60AEA7. Grayscale: #696969. Windows color (decimal): -6336168 or 5788063. OLE color: 5788063.

HSL color Cylindrical-coordinate representation of color #9F5158: hue angle of 354.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5158 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1598188-
CMYK00.490.450.38
HSL354.62º32.5%47.06%-
HSV(B)354.62º49.06%62.35%-
XYZ1913.9610.93-
YUV105.12118.34166.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=48.48%
G=24.70%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159818800.490.450.38354.6232.547.06
Hex9F51580312D26163202f
Octal23712113006155465434057
Binary10011111101000110110000110001101101100110101100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,88); }

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

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

 a { background-color: rgb(159,81,88); }

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

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

 span { border-color: rgb(159,81,88); }

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