#957C83

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

Shades of Venus #957C83

Tints of Venus #957C83

Color information

#957C83 (or 0x957C83) is unknown color: approx Venus. HEX triplet: 95, 7C and 83. RGB value is (149,124,131). Sum of RGB (Red+Green+Blue) = 149+124+131=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C83 is #6A837C. Grayscale: #848484. Windows color (decimal): -6980477 or 8617109. OLE color: 8617109.

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

Color convert

RGB149124131-
CMYK00.170.120.42
HSL343.2º10.55%53.53%-
HSV(B)343.2º16.78%58.43%-
XYZ23.722.4424.56-
YUV132.27127.28139.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=36.88%
G=30.69%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912413100.170.120.42343.210.5553.53
Hex957C83011C2A157b36
Octal22517420302114525271366
Binary1001010111111001000001101000111001010101010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C83; }

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

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

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

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

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

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

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

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