#9F8597

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

Shades of Bouquet #9F8597

Tints of Bouquet #9F8597

Color information

#9F8597 (or 0x9F8597) is unknown color: approx Bouquet. HEX triplet: 9F, 85 and 97. RGB value is (159,133,151). Sum of RGB (Red+Green+Blue) = 159+133+151=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8597 is #607A68. Grayscale: #8E8E8E. Windows color (decimal): -6322793 or 9930143. OLE color: 9930143.

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

Color convert

RGB159133151-
CMYK00.160.050.38
HSL318.46º11.93%57.25%-
HSV(B)318.46º16.35%62.35%-
XYZ28.2726.3832.88-
YUV142.83132.61139.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=35.89%
G=30.02%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913315100.160.050.38318.4611.9357.25
Hex9F859701052613ec39
Octal2372052270205464761471
Binary1001111110000101100101110100001011001101001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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