#937D81

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

Shades of Venus #937D81

Tints of Venus #937D81

Color information

#937D81 (or 0x937D81) is unknown color: approx Venus. HEX triplet: 93, 7D and 81. RGB value is (147,125,129). Sum of RGB (Red+Green+Blue) = 147+125+129=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D81 is #6C827E. Grayscale: #848484. Windows color (decimal): -7111295 or 8486291. OLE color: 8486291.

HSL color Cylindrical-coordinate representation of color #937D81: hue angle of 349.09º 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 #937D81 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB147125129-
CMYK00.150.120.42
HSL349.09º9.24%53.33%-
HSV(B)349.09º14.97%57.65%-
XYZ23.3322.4623.87-
YUV132.03126.29138.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=36.66%
G=31.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712512900.150.120.42349.099.2453.33
Hex937D810FC2A15d935
Octal22317520101714525351165
Binary100100111111101100000010111111001010101010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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