#9D7583

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

Shades of Venus #9D7583

Tints of Venus #9D7583

Color information

#9D7583 (or 0x9D7583) is unknown color: approx Venus. HEX triplet: 9D, 75 and 83. RGB value is (157,117,131). Sum of RGB (Red+Green+Blue) = 157+117+131=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7583 is #628A7C. Grayscale: #828282. Windows color (decimal): -6457981 or 8615325. OLE color: 8615325.

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

Color convert

RGB157117131-
CMYK00.250.170.38
HSL339º16.95%53.73%-
HSV(B)339º25.48%61.57%-
XYZ24.3621.5324.34-
YUV130.56128.25146.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=38.77%
G=28.89%
B=32.35%

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
Decimal15711713100.250.170.3833916.9553.73
Hex9D758301911261531136
Octal23516520303121465232166
Binary100111011110101100000110110011000110011010101001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,131); }

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

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

 a { background-color: rgb(157,117,131); }

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

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

 span { border-color: rgb(157,117,131); }

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