#9D7382

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

Shades of Venus #9D7382

Tints of Venus #9D7382

Color information

#9D7382 (or 0x9D7382) is unknown color: approx Venus. HEX triplet: 9D, 73 and 82. RGB value is (157,115,130). Sum of RGB (Red+Green+Blue) = 157+115+130=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7382 is #628C7D. Grayscale: #818181. Windows color (decimal): -6458494 or 8549277. OLE color: 8549277.

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

Color convert

RGB157115130-
CMYK00.270.170.38
HSL338.57º17.65%53.33%-
HSV(B)338.57º26.75%61.57%-
XYZ24.0621.0423.91-
YUV129.27128.41147.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=39.05%
G=28.61%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711513000.270.170.38338.5717.6553.33
Hex9D738201B11261531235
Octal23516320203321465232265
Binary100111011110011100000100110111000110011010101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,115,130); }

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

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

 a { background-color: rgb(157,115,130); }

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

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

 span { border-color: rgb(157,115,130); }

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