#9F7C97

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

Shades of Bouquet #9F7C97

Tints of Bouquet #9F7C97

Color information

#9F7C97 (or 0x9F7C97) is unknown color: approx Bouquet. HEX triplet: 9F, 7C and 97. RGB value is (159,124,151). Sum of RGB (Red+Green+Blue) = 159+124+151=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C97 is #608368. Grayscale: #898989. Windows color (decimal): -6325097 or 9927839. OLE color: 9927839.

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

Color convert

RGB159124151-
CMYK00.220.050.38
HSL313.71º15.42%55.49%-
HSV(B)313.71º22.01%62.35%-
XYZ27.0924.0232.49-
YUV137.54135.6143.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=36.64%
G=28.57%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912415100.220.050.38313.7115.4255.49
Hex9F7C9701652613af37
Octal2371742270265464721767
Binary100111111111100100101110101101011001101001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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