#9D8493

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

Shades of Bouquet #9D8493

Tints of Bouquet #9D8493

Color information

#9D8493 (or 0x9D8493) is unknown color: approx Bouquet. HEX triplet: 9D, 84 and 93. RGB value is (157,132,147). Sum of RGB (Red+Green+Blue) = 157+132+147=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8493 is #627B6C. Grayscale: #8D8D8D. Windows color (decimal): -6454125 or 9667741. OLE color: 9667741.

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

Color convert

RGB157132147-
CMYK00.160.060.38
HSL324º11.31%56.67%-
HSV(B)324º15.92%61.57%-
XYZ27.4225.7831.13-
YUV141.18131.28139.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=36.01%
G=30.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713214700.160.060.3832411.3156.67
Hex9D8493010626144b39
Octal2352042230206465041371
Binary1001110110000100100100110100001101001101010001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,147); }

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

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

 a { background-color: rgb(157,132,147); }

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

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

 span { border-color: rgb(157,132,147); }

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