#9D8088

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

Shades of Venus #9D8088

Tints of Venus #9D8088

Color information

#9D8088 (or 0x9D8088) is unknown color: approx Venus. HEX triplet: 9D, 80 and 88. RGB value is (157,128,136). Sum of RGB (Red+Green+Blue) = 157+128+136=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8088 is #627F77. Grayscale: #898989. Windows color (decimal): -6455160 or 8945821. OLE color: 8945821.

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

Color convert

RGB157128136-
CMYK00.180.130.38
HSL343.45º12.89%55.88%-
HSV(B)343.45º18.47%61.57%-
XYZ26.0724.3826.63-
YUV137.58127.11141.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=37.29%
G=30.40%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712813600.180.130.38343.4512.8955.88
Hex9D8088012D26157d38
Octal23520021002215465271570
Binary10011101100000001000100001001011011001101010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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