#9F8997

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

Shades of Bouquet #9F8997

Tints of Bouquet #9F8997

Color information

#9F8997 (or 0x9F8997) is unknown color: approx Bouquet. HEX triplet: 9F, 89 and 97. RGB value is (159,137,151). Sum of RGB (Red+Green+Blue) = 159+137+151=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8997 is #607668. Grayscale: #919191. Windows color (decimal): -6321769 or 9931167. OLE color: 9931167.

HSL color Cylindrical-coordinate representation of color #9F8997: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8997 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB159137151-
CMYK00.140.050.38
HSL321.82º10.28%58.04%-
HSV(B)321.82º13.84%62.35%-
XYZ28.8327.533.07-
YUV145.17131.29137.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=35.57%
G=30.65%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913715100.140.050.38321.8210.2858.04
Hex9F89970E526142a3a
Octal2372112270165465021272
Binary100111111000100110010111011101011001101010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,151); }

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

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

 a { background-color: rgb(159,137,151); }

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

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

 span { border-color: rgb(159,137,151); }

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