#9D7A97

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

Shades of Bouquet #9D7A97

Tints of Bouquet #9D7A97

Color information

#9D7A97 (or 0x9D7A97) is unknown color: approx Bouquet. HEX triplet: 9D, 7A and 97. RGB value is (157,122,151). Sum of RGB (Red+Green+Blue) = 157+122+151=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A97 is #628568. Grayscale: #878787. Windows color (decimal): -6456681 or 9927325. OLE color: 9927325.

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

Color convert

RGB157122151-
CMYK00.220.040.38
HSL310.29º15.15%54.71%-
HSV(B)310.29º22.29%61.57%-
XYZ26.4523.3232.39-
YUV135.77136.6143.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=36.51%
G=28.37%
B=35.12%

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
Decimal15712215100.220.040.38310.2915.1554.71
Hex9D7A97016426136f37
Octal2351722270264464661767
Binary100111011111010100101110101101001001101001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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