#9F849B

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

Shades of Bouquet #9F849B

Tints of Bouquet #9F849B

Color information

#9F849B (or 0x9F849B) is unknown color: approx Bouquet. HEX triplet: 9F, 84 and 9B. RGB value is (159,132,155). Sum of RGB (Red+Green+Blue) = 159+132+155=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F849B is #607B64. Grayscale: #8E8E8E. Windows color (decimal): -6323045 or 10192031. OLE color: 10192031.

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

Color convert

RGB159132155-
CMYK00.170.030.38
HSL308.89º12.33%57.06%-
HSV(B)308.89º16.98%62.35%-
XYZ28.4726.2434.57-
YUV142.7134.95139.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=35.65%
G=29.60%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913215500.170.030.38308.8912.3357.06
Hex9F849B011326135c39
Octal2372042330213464651471
Binary100111111000010010011011010001111001101001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,155); }

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

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

 a { background-color: rgb(159,132,155); }

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

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

 span { border-color: rgb(159,132,155); }

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