#9D809B

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

Shades of Bouquet #9D809B

Tints of Bouquet #9D809B

Color information

#9D809B (or 0x9D809B) is unknown color: approx Bouquet. HEX triplet: 9D, 80 and 9B. RGB value is (157,128,155). Sum of RGB (Red+Green+Blue) = 157+128+155=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D809B is #627F64. Grayscale: #8B8B8B. Windows color (decimal): -6455141 or 10191005. OLE color: 10191005.

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

Color convert

RGB157128155-
CMYK00.180.010.38
HSL304.14º12.89%55.88%-
HSV(B)304.14º18.47%61.57%-
XYZ27.5424.9734.38-
YUV139.75136.61140.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=35.68%
G=29.09%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712815500.180.010.38304.1412.8955.88
Hex9D809B012126130d38
Octal2352002330221464601570
Binary10011101100000001001101101001011001101001100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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