#9D8594

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

Shades of Bouquet #9D8594

Tints of Bouquet #9D8594

Color information

#9D8594 (or 0x9D8594) is unknown color: approx Bouquet. HEX triplet: 9D, 85 and 94. RGB value is (157,133,148). Sum of RGB (Red+Green+Blue) = 157+133+148=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8594 is #627A6B. Grayscale: #8D8D8D. Windows color (decimal): -6453868 or 9733533. OLE color: 9733533.

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

Color convert

RGB157133148-
CMYK00.150.060.38
HSL322.5º10.91%56.86%-
HSV(B)322.5º15.29%61.57%-
XYZ27.6426.0831.59-
YUV141.89131.45138.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=35.84%
G=30.37%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713314800.150.060.38322.510.9156.86
Hex9D85940F626143b39
Octal2352052240176465031371
Binary100111011000010110010100011111101001101010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,148); }

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

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

 a { background-color: rgb(157,133,148); }

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

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

 span { border-color: rgb(157,133,148); }

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