#9D7681

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

Shades of Venus #9D7681

Tints of Venus #9D7681

Color information

#9D7681 (or 0x9D7681) is unknown color: approx Venus. HEX triplet: 9D, 76 and 81. RGB value is (157,118,129). Sum of RGB (Red+Green+Blue) = 157+118+129=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7681 is #62897E. Grayscale: #828282. Windows color (decimal): -6457727 or 8484509. OLE color: 8484509.

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

Color convert

RGB157118129-
CMYK00.250.180.38
HSL343.08º16.6%53.92%-
HSV(B)343.08º24.84%61.57%-
XYZ24.3521.7123.68-
YUV130.92126.92146.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=38.86%
G=29.21%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711812900.250.180.38343.0816.653.92
Hex9D768101912261571136
Octal23516620103122465272166
Binary100111011110110100000010110011001010011010101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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