#9F7181

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

Shades of Tapestry #9F7181

Tints of Tapestry #9F7181

Color information

#9F7181 (or 0x9F7181) is unknown color: approx Tapestry. HEX triplet: 9F, 71 and 81. RGB value is (159,113,129). Sum of RGB (Red+Green+Blue) = 159+113+129=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7181 is #608E7E. Grayscale: #808080. Windows color (decimal): -6327935 or 8483231. OLE color: 8483231.

HSL color Cylindrical-coordinate representation of color #9F7181: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7181 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB159113129-
CMYK00.290.190.38
HSL339.13º19.33%53.33%-
HSV(B)339.13º28.93%62.35%-
XYZ24.1720.7723.5-
YUV128.58128.24149.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=39.65%
G=28.18%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911312900.290.190.38339.1319.3353.33
Hex9F718101D13261531335
Octal23716120103523465232365
Binary100111111110001100000010111011001110011010101001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,129); }

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

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

 a { background-color: rgb(159,113,129); }

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

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

 span { border-color: rgb(159,113,129); }

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