#9D7B97

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

Shades of Bouquet #9D7B97

Tints of Bouquet #9D7B97

Color information

#9D7B97 (or 0x9D7B97) is unknown color: approx Bouquet. HEX triplet: 9D, 7B and 97. RGB value is (157,123,151). Sum of RGB (Red+Green+Blue) = 157+123+151=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B97 is #628468. Grayscale: #888888. Windows color (decimal): -6456425 or 9927581. OLE color: 9927581.

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

Color convert

RGB157123151-
CMYK00.220.040.38
HSL310.59º14.78%54.9%-
HSV(B)310.59º21.66%61.57%-
XYZ26.5723.5732.43-
YUV136.36136.26142.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=36.43%
G=28.54%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712315100.220.040.38310.5914.7854.9
Hex9D7B97016426137f37
Octal2351732270264464671767
Binary100111011111011100101110101101001001101001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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