Html Css Color HEX #957983 Venus

📋 copy color: '#957983'

red 149 ◦ green 121 ◦ blue 131

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

Shades of Venus #957983

Tints of Venus #957983

RGB

 RED value IS 149 (58.59% from 255) = 37.16%

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

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

R = 37.16%
G = 30.17%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957983 (or 0x957983) is known color: Venus. HEX triplet: 95, 79 and 83. RGB value is (149,121,131). Sum of RGB (Red+Green+Blue) = 149+121+131=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957983 is #6A867C. Grayscale: #828282. Windows color (decimal): -6981245 or 8616341. OLE color: 8616341.

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

Color convert

RGB 149 121 131 -
CMYK 0 0.19 0.12 0.42
HSL 338.57º 0.12% 0.53% -
HSV(B) 338.57º 0.19% 0.58% -
XYZ 23.33 21.7 24.43 -
YUV 130.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 149 121 131 0 0.19 0.12 0.42 338.57 0.12 0.53
Hex 95 79 83 0 13 C 2A 153 C 35
Octal 225 171 203 0 23 14 52 523 14 65
Binary 10010101 1111001 10000011 0 10011 1100 101010 101010011 1100 110101

Color Harmonies of #957983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957983

Black with #957983

Text Example


Text Example

White with #957983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957983; }

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

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

background-color css

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

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

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

border-color css

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

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

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