#9B8594

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

Shades of Bouquet #9B8594

Tints of Bouquet #9B8594

Color information

#9B8594 (or 0x9B8594) is unknown color: approx Bouquet. HEX triplet: 9B, 85 and 94. RGB value is (155,133,148). Sum of RGB (Red+Green+Blue) = 155+133+148=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8594 is #647A6B. Grayscale: #8D8D8D. Windows color (decimal): -6584940 or 9733531. OLE color: 9733531.

HSL color Cylindrical-coordinate representation of color #9B8594: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8594 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB155133148-
CMYK00.140.050.39
HSL319.09º9.91%56.47%-
HSV(B)319.09º14.19%60.78%-
XYZ27.2525.8831.58-
YUV141.29131.79137.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=35.55%
G=30.50%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513314800.140.050.39319.099.9156.47
Hex9B85940E52713fa38
Octal2332052240165474771270
Binary100110111000010110010100011101011001111001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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