#9F919B

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

Shades of Bouquet #9F919B

Tints of Bouquet #9F919B

Color information

#9F919B (or 0x9F919B) is unknown color: approx Bouquet. HEX triplet: 9F, 91 and 9B. RGB value is (159,145,155). Sum of RGB (Red+Green+Blue) = 159+145+155=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 159 - color contains mainly: red. Hex color #9F919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F919B is #606E64. Grayscale: #969696. Windows color (decimal): -6319717 or 10195359. OLE color: 10195359.

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

Color convert

RGB159145155-
CMYK00.090.030.38
HSL317.14º6.8%59.61%-
HSV(B)317.14º8.81%62.35%-
XYZ30.3429.9935.2-
YUV150.33130.64134.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=34.64%
G=31.59%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914515500.090.030.38317.146.859.61
Hex9F919B0932613d73c
Octal237221233011346475774
Binary1001111110010001100110110100111100110100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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