#9D8588

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

Shades of Venus #9D8588

Tints of Venus #9D8588

Color information

#9D8588 (or 0x9D8588) is unknown color: approx Venus. HEX triplet: 9D, 85 and 88. RGB value is (157,133,136). Sum of RGB (Red+Green+Blue) = 157+133+136=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8588 is #627A77. Grayscale: #8C8C8C. Windows color (decimal): -6453880 or 8947101. OLE color: 8947101.

HSL color Cylindrical-coordinate representation of color #9D8588: hue angle of 352.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 #9D8588 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB157133136-
CMYK00.150.130.38
HSL352.5º10.91%56.86%-
HSV(B)352.5º15.29%61.57%-
XYZ26.7425.7226.85-
YUV140.52125.45139.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=36.85%
G=31.22%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713313600.150.130.38352.510.9156.86
Hex9D85880FD26161b39
Octal23520521001715465411371
Binary1001110110000101100010000111111011001101011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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