Html Css Color HEX #937983 Venus

📋 copy color: '#937983'

red 147 ◦ green 121 ◦ blue 131

#937983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #937983

Tints of Venus #937983

RGB

 RED value IS 147 (57.81% from 255) = 36.84%

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 36.84%
G = 30.33%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#937983 (or 0x937983) is known color: Venus. HEX triplet: 93, 79 and 83. RGB value is (147,121,131). Sum of RGB (Red+Green+Blue) = 147+121+131=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937983 is #6C867C. Grayscale: #818181. Windows color (decimal): -7112317 or 8616339. OLE color: 8616339.

HSL color Cylindrical-coordinate representation of color #937983: hue angle of 336.92º 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 #937983 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 121 131 -
CMYK 0 0.18 0.11 0.42
HSL 336.92º 0.11% 0.53% -
HSV(B) 336.92º 0.18% 0.58% -
XYZ 22.97 21.52 24.42 -
YUV 129.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 147 121 131 0 0.18 0.11 0.42 336.92 0.11 0.53
Hex 93 79 83 0 12 B 2A 151 B 35
Octal 223 171 203 0 22 13 52 521 13 65
Binary 10010011 1111001 10000011 0 10010 1011 101010 101010001 1011 110101

Color Harmonies of #937983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937983

Black with #937983

Text Example


Text Example

White with #937983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937983; }

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

 H1.HeaderClassName
 {
   color: #937983;
 }
 .AnyTagClassName
 {
   color: #937983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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