#9F7E97

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

Shades of Bouquet #9F7E97

Tints of Bouquet #9F7E97

Color information

#9F7E97 (or 0x9F7E97) is unknown color: approx Bouquet. HEX triplet: 9F, 7E and 97. RGB value is (159,126,151). Sum of RGB (Red+Green+Blue) = 159+126+151=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7E97 is #608168. Grayscale: #8A8A8A. Windows color (decimal): -6324585 or 9928351. OLE color: 9928351.

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

Color convert

RGB159126151-
CMYK00.210.050.38
HSL314.55º14.67%55.88%-
HSV(B)314.55º20.75%62.35%-
XYZ27.3424.5332.57-
YUV138.72134.93142.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=36.47%
G=28.90%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912615100.210.050.38314.5514.6755.88
Hex9F7E9701552613bf38
Octal2371762270255464731770
Binary100111111111110100101110101011011001101001110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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