#9E7D97

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

Shades of Bouquet #9E7D97

Tints of Bouquet #9E7D97

Color information

#9E7D97 (or 0x9E7D97) is unknown color: approx Bouquet. HEX triplet: 9E, 7D and 97. RGB value is (158,125,151). Sum of RGB (Red+Green+Blue) = 158+125+151=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D97 is #618268. Grayscale: #898989. Windows color (decimal): -6390377 or 9928094. OLE color: 9928094.

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

Color convert

RGB158125151-
CMYK00.210.040.38
HSL312.73º14.54%55.49%-
HSV(B)312.73º20.89%61.96%-
XYZ27.0224.1732.52-
YUV137.83135.43142.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=36.41%
G=28.80%
B=34.79%

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
Decimal15812515100.210.040.38312.7314.5455.49
Hex9E7D97015426139f37
Octal2361752270254464711767
Binary100111101111101100101110101011001001101001110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,125,151); }

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

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

 a { background-color: rgb(158,125,151); }

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

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

 span { border-color: rgb(158,125,151); }

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