#937D83

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

Shades of Venus #937D83

Tints of Venus #937D83

Color information

#937D83 (or 0x937D83) is unknown color: approx Venus. HEX triplet: 93, 7D and 83. RGB value is (147,125,131). Sum of RGB (Red+Green+Blue) = 147+125+131=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #937D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D83 is #6C827C. Grayscale: #848484. Windows color (decimal): -7111293 or 8617363. OLE color: 8617363.

HSL color Cylindrical-coordinate representation of color #937D83: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D83 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147125131-
CMYK00.150.110.42
HSL343.64º9.24%53.33%-
HSV(B)343.64º14.97%57.65%-
XYZ23.4622.5124.58-
YUV132.26127.29138.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=36.48%
G=31.02%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712513100.150.110.42343.649.2453.33
Hex937D830FB2A158935
Octal22317520301713525301165
Binary100100111111101100000110111110111010101010110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D83; }

 p { color: rgb(147,125,131); }

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

<style>
 a { background-color: #937D83; }

 a { background-color: rgb(147,125,131); }

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

<style>
 span { border-color: #937D83; }

 span { border-color: rgb(147,125,131); }

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