#9F909B

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

Shades of Bouquet #9F909B

Tints of Bouquet #9F909B

Color information

#9F909B (or 0x9F909B) is unknown color: approx Bouquet. HEX triplet: 9F, 90 and 9B. RGB value is (159,144,155). Sum of RGB (Red+Green+Blue) = 159+144+155=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F909B is #606F64. Grayscale: #959595. Windows color (decimal): -6319973 or 10195103. OLE color: 10195103.

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

Color convert

RGB159144155-
CMYK00.090.030.38
HSL316º7.25%59.41%-
HSV(B)316º9.43%62.35%-
XYZ30.1929.6835.15-
YUV149.74130.97134.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=34.72%
G=31.44%
B=33.84%

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
Decimal15914415500.090.030.383167.2559.41
Hex9F909B0932613c73b
Octal237220233011346474773
Binary1001111110010000100110110100111100110100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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