#9D7C96

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

Shades of Bouquet #9D7C96

Tints of Bouquet #9D7C96

Color information

#9D7C96 (or 0x9D7C96) is unknown color: approx Bouquet. HEX triplet: 9D, 7C and 96. RGB value is (157,124,150). Sum of RGB (Red+Green+Blue) = 157+124+150=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C96 is #628369. Grayscale: #888888. Windows color (decimal): -6456170 or 9862301. OLE color: 9862301.

HSL color Cylindrical-coordinate representation of color #9D7C96: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D7C96 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB157124150-
CMYK00.210.040.38
HSL312.73º14.41%55.1%-
HSV(B)312.73º21.02%61.57%-
XYZ26.6223.7932.04-
YUV136.83135.43142.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=36.43%
G=28.77%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712415000.210.040.38312.7314.4155.1
Hex9D7C96015426139e37
Octal2351742260254464711667
Binary100111011111100100101100101011001001101001110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,150); }

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

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

 a { background-color: rgb(157,124,150); }

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

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

 span { border-color: rgb(157,124,150); }

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