#9F7697

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

Shades of Bouquet #9F7697

Tints of Bouquet #9F7697

Color information

#9F7697 (or 0x9F7697) is unknown color: approx Bouquet. HEX triplet: 9F, 76 and 97. RGB value is (159,118,151). Sum of RGB (Red+Green+Blue) = 159+118+151=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7697 is #608968. Grayscale: #858585. Windows color (decimal): -6326633 or 9926303. OLE color: 9926303.

HSL color Cylindrical-coordinate representation of color #9F7697: hue angle of 311.71º 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 #9F7697 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB159118151-
CMYK00.260.050.38
HSL311.71º17.6%54.31%-
HSV(B)311.71º25.79%62.35%-
XYZ26.3622.5632.24-
YUV134.02137.58145.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=37.15%
G=27.57%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911815100.260.050.38311.7117.654.31
Hex9F769701A5261381236
Octal2371662270325464702266
Binary1001111111101101001011101101010110011010011100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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