#9F839D

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

Shades of Bouquet #9F839D

Tints of Bouquet #9F839D

Color information

#9F839D (or 0x9F839D) is unknown color: approx Bouquet. HEX triplet: 9F, 83 and 9D. RGB value is (159,131,157). Sum of RGB (Red+Green+Blue) = 159+131+157=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F839D is #607C62. Grayscale: #8E8E8E. Windows color (decimal): -6323299 or 10322847. OLE color: 10322847.

HSL color Cylindrical-coordinate representation of color #9F839D: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F839D is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB159131157-
CMYK00.180.010.38
HSL304.29º12.73%56.86%-
HSV(B)304.29º17.61%62.35%-
XYZ28.526.0435.42-
YUV142.34136.28139.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=35.57%
G=29.31%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913115700.180.010.38304.2912.7356.86
Hex9F839D012126130d39
Octal2372032350221464601571
Binary10011111100000111001110101001011001101001100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,157); }

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

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

 a { background-color: rgb(159,131,157); }

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

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

 span { border-color: rgb(159,131,157); }

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