#9D7682

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

Shades of Venus #9D7682

Tints of Venus #9D7682

Color information

#9D7682 (or 0x9D7682) is unknown color: approx Venus. HEX triplet: 9D, 76 and 82. RGB value is (157,118,130). Sum of RGB (Red+Green+Blue) = 157+118+130=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7682 is #62897D. Grayscale: #838383. Windows color (decimal): -6457726 or 8550045. OLE color: 8550045.

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

Color convert

RGB157118130-
CMYK00.250.170.38
HSL341.54º16.6%53.92%-
HSV(B)341.54º24.84%61.57%-
XYZ24.4121.7424.03-
YUV131.03127.42146.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=38.77%
G=29.14%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711813000.250.170.38341.5416.653.92
Hex9D768201911261561136
Octal23516620203121465262166
Binary100111011110110100000100110011000110011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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