#9F859C

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

Shades of Bouquet #9F859C

Tints of Bouquet #9F859C

Color information

#9F859C (or 0x9F859C) is unknown color: approx Bouquet. HEX triplet: 9F, 85 and 9C. RGB value is (159,133,156). Sum of RGB (Red+Green+Blue) = 159+133+156=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F859C is #607A63. Grayscale: #8F8F8F. Windows color (decimal): -6322788 or 10257823. OLE color: 10257823.

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

Color convert

RGB159133156-
CMYK00.160.020.38
HSL306.92º11.93%57.25%-
HSV(B)306.92º16.35%62.35%-
XYZ28.6926.5535.06-
YUV143.4135.11139.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=35.49%
G=29.69%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913315600.160.020.38306.9211.9357.25
Hex9F859C010226133c39
Octal2372052340202464631471
Binary100111111000010110011100010000101001101001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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