#937984

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

Shades of Venus #937984

Tints of Venus #937984

Color information

#937984 (or 0x937984) is unknown color: approx Venus. HEX triplet: 93, 79 and 84. RGB value is (147,121,132). Sum of RGB (Red+Green+Blue) = 147+121+132=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #937984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937984 is #6C867B. Grayscale: #828282. Windows color (decimal): -7112316 or 8681875. OLE color: 8681875.

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

Color convert

RGB147121132-
CMYK00.180.100.42
HSL334.62º10.74%52.55%-
HSV(B)334.62º17.69%57.65%-
XYZ23.0321.5424.77-
YUV130.03129.11140.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 132 (51.95% from 255) = 33%
R=36.75%
G=30.25%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712113200.180.100.42334.6210.7452.55
Hex937984012A2A14fb35
Octal22317120402212525171365
Binary1001001111110011000010001001010101010101010011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937984; }

 p { color: rgb(147,121,132); }

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

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

 a { background-color: rgb(147,121,132); }

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

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

 span { border-color: rgb(147,121,132); }

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