#9B7D97

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

Shades of Bouquet #9B7D97

Tints of Bouquet #9B7D97

Color information

#9B7D97 (or 0x9B7D97) is unknown color: approx Bouquet. HEX triplet: 9B, 7D and 97. RGB value is (155,125,151). Sum of RGB (Red+Green+Blue) = 155+125+151=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7D97 is #648268. Grayscale: #888888. Windows color (decimal): -6586985 or 9928091. OLE color: 9928091.

HSL color Cylindrical-coordinate representation of color #9B7D97: hue angle of 308º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7D97 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB155125151-
CMYK00.190.030.39
HSL308º13.04%54.9%-
HSV(B)308º19.35%60.78%-
XYZ26.4423.8732.49-
YUV136.93135.94140.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=35.96%
G=29.00%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512515100.190.030.3930813.0454.9
Hex9B7D97013327134d37
Octal2331752270233474641567
Binary10011011111110110010111010011111001111001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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