#9F8598

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

Shades of Bouquet #9F8598

Tints of Bouquet #9F8598

Color information

#9F8598 (or 0x9F8598) is unknown color: approx Bouquet. HEX triplet: 9F, 85 and 98. RGB value is (159,133,152). Sum of RGB (Red+Green+Blue) = 159+133+152=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8598 is #607A67. Grayscale: #8E8E8E. Windows color (decimal): -6322792 or 9995679. OLE color: 9995679.

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

Color convert

RGB159133152-
CMYK00.160.040.38
HSL316.15º11.93%57.25%-
HSV(B)316.15º16.35%62.35%-
XYZ28.3526.4133.31-
YUV142.94133.11139.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=35.81%
G=29.95%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913315200.160.040.38316.1511.9357.25
Hex9F859801042613cc39
Octal2372052300204464741471
Binary1001111110000101100110000100001001001101001111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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