#957A83

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

Shades of Venus #957A83

Tints of Venus #957A83

Color information

#957A83 (or 0x957A83) is unknown color: approx Venus. HEX triplet: 95, 7A and 83. RGB value is (149,122,131). Sum of RGB (Red+Green+Blue) = 149+122+131=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A83 is #6A857C. Grayscale: #838383. Windows color (decimal): -6980989 or 8616597. OLE color: 8616597.

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

Color convert

RGB149122131-
CMYK00.180.120.42
HSL340º11.3%53.14%-
HSV(B)340º18.12%58.43%-
XYZ23.4521.9524.47-
YUV131.1127.95140.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=37.06%
G=30.35%
B=32.59%

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
Decimal14912213100.180.120.4234011.353.14
Hex957A83012C2A154b35
Octal22517220302214525241365
Binary1001010111110101000001101001011001010101010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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