#9D7F9B

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

Shades of Bouquet #9D7F9B

Tints of Bouquet #9D7F9B

Color information

#9D7F9B (or 0x9D7F9B) is unknown color: approx Bouquet. HEX triplet: 9D, 7F and 9B. RGB value is (157,127,155). Sum of RGB (Red+Green+Blue) = 157+127+155=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F9B is #628064. Grayscale: #8B8B8B. Windows color (decimal): -6455397 or 10190749. OLE color: 10190749.

HSL color Cylindrical-coordinate representation of color #9D7F9B: hue angle of 304º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D7F9B is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB157127155-
CMYK00.190.010.38
HSL304º13.27%55.69%-
HSV(B)304º19.11%61.57%-
XYZ27.4124.7134.34-
YUV139.16136.94140.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=35.76%
G=28.93%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712715500.190.010.3830413.2755.69
Hex9D7F9B013126130d38
Octal2351772330231464601570
Binary1001110111111111001101101001111001101001100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,155); }

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

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

 a { background-color: rgb(157,127,155); }

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

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

 span { border-color: rgb(157,127,155); }

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