#937C83

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

Shades of Venus #937C83

Tints of Venus #937C83

Color information

#937C83 (or 0x937C83) is unknown color: approx Venus. HEX triplet: 93, 7C and 83. RGB value is (147,124,131). Sum of RGB (Red+Green+Blue) = 147+124+131=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #937C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C83 is #6C837C. Grayscale: #838383. Windows color (decimal): -7111549 or 8617107. OLE color: 8617107.

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

Color convert

RGB147124131-
CMYK00.160.110.42
HSL341.74º9.62%53.14%-
HSV(B)341.74º15.65%57.65%-
XYZ23.3422.2624.54-
YUV131.67127.62138.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=36.57%
G=30.85%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712413100.160.110.42341.749.6253.14
Hex937C83010B2A156a35
Octal22317420302013525261265
Binary1001001111111001000001101000010111010101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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