#9D7C97

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

Shades of Bouquet #9D7C97

Tints of Bouquet #9D7C97

Color information

#9D7C97 (or 0x9D7C97) is unknown color: approx Bouquet. HEX triplet: 9D, 7C and 97. RGB value is (157,124,151). Sum of RGB (Red+Green+Blue) = 157+124+151=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C97 is #628368. Grayscale: #888888. Windows color (decimal): -6456169 or 9927837. OLE color: 9927837.

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

Color convert

RGB157124151-
CMYK00.210.040.38
HSL310.91º14.41%55.1%-
HSV(B)310.91º21.02%61.57%-
XYZ26.723.8232.47-
YUV136.94135.93142.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.34%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=36.34%
G=28.70%
B=34.95%

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
Decimal15712415100.210.040.38310.9114.4155.1
Hex9D7C97015426137e37
Octal2351742270254464671667
Binary100111011111100100101110101011001001101001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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