#937881

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

Shades of Venus #937881

Tints of Venus #937881

Color information

#937881 (or 0x937881) is unknown color: approx Venus. HEX triplet: 93, 78 and 81. RGB value is (147,120,129). Sum of RGB (Red+Green+Blue) = 147+120+129=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937881 is #6C877E. Grayscale: #818181. Windows color (decimal): -7112575 or 8485011. OLE color: 8485011.

HSL color Cylindrical-coordinate representation of color #937881: hue angle of 340º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937881 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB147120129-
CMYK00.180.120.42
HSL340º11.11%52.35%-
HSV(B)340º18.37%57.65%-
XYZ22.7121.2223.67-
YUV129.1127.95140.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=37.12%
G=30.30%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712012900.180.120.4234011.1152.35
Hex937881012C2A154b34
Octal22317020102214525241364
Binary1001001111110001000000101001011001010101010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937881; }

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

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

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

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

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

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

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

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