#9F869B

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

Shades of Bouquet #9F869B

Tints of Bouquet #9F869B

Color information

#9F869B (or 0x9F869B) is unknown color: approx Bouquet. HEX triplet: 9F, 86 and 9B. RGB value is (159,134,155). Sum of RGB (Red+Green+Blue) = 159+134+155=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F869B is #607964. Grayscale: #8F8F8F. Windows color (decimal): -6322533 or 10192543. OLE color: 10192543.

HSL color Cylindrical-coordinate representation of color #9F869B: hue angle of 309.6º 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 #9F869B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB159134155-
CMYK00.160.030.38
HSL309.6º11.52%57.45%-
HSV(B)309.6º15.72%62.35%-
XYZ28.7426.7934.67-
YUV143.87134.28138.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=35.49%
G=29.91%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913415500.160.030.38309.611.5257.45
Hex9F869B010326136c39
Octal2372062330203464661471
Binary100111111000011010011011010000111001101001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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