#9F7584

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

Shades of Tapestry #9F7584

Tints of Tapestry #9F7584

Color information

#9F7584 (or 0x9F7584) is unknown color: approx Tapestry. HEX triplet: 9F, 75 and 84. RGB value is (159,117,132). Sum of RGB (Red+Green+Blue) = 159+117+132=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7584 is #608A7B. Grayscale: #838383. Windows color (decimal): -6326908 or 8680863. OLE color: 8680863.

HSL color Cylindrical-coordinate representation of color #9F7584: hue angle of 338.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7584 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB159117132-
CMYK00.260.170.38
HSL338.57º17.95%54.12%-
HSV(B)338.57º26.42%62.35%-
XYZ24.8221.7624.72-
YUV131.27128.41147.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=38.97%
G=28.68%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911713200.260.170.38338.5717.9554.12
Hex9F758401A11261531236
Octal23716520403221465232266
Binary100111111110101100001000110101000110011010101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,132); }

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

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

 a { background-color: rgb(159,117,132); }

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

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

 span { border-color: rgb(159,117,132); }

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